From 64eaf9d9d9fc418c0ce16cbdc333e8766f0e50e1 Mon Sep 17 00:00:00 2001 From: Andy Grunwald Date: Thu, 3 Sep 2015 13:35:36 +0200 Subject: [PATCH] Renames IssueType in Issue --- issue.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"`