1
0
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:
Andy Grunwald 2015-09-03 13:35:36 +02:00
parent 1728fea52f
commit 64eaf9d9d9

View File

@ -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"`