mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-03-19 20:57:47 +02:00
Renames IssueType in Issue
This commit is contained in:
parent
1728fea52f
commit
64eaf9d9d9
2
issue.go
2
issue.go
@ -45,7 +45,7 @@ type IssueFields struct {
|
||||
// * "subtasks": [],
|
||||
// * "environment": null,
|
||||
// * "duedate": null,
|
||||
IssueType IssueType `json:"issuetype"`
|
||||
Type IssueType `json:"issuetype"`
|
||||
Project Project `json:"project"`
|
||||
Resolution *Resolution `json:"resolution,omitempty"`
|
||||
Priority *Priority `json:"priority,omitempty"`
|
||||
|
Loading…
x
Reference in New Issue
Block a user