diff --git a/issue.go b/issue.go index dad4a40..956a1b3 100644 --- a/issue.go +++ b/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"`