mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-03-21 21:07:03 +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": [],
|
// * "subtasks": [],
|
||||||
// * "environment": null,
|
// * "environment": null,
|
||||||
// * "duedate": null,
|
// * "duedate": null,
|
||||||
IssueType IssueType `json:"issuetype"`
|
Type IssueType `json:"issuetype"`
|
||||||
Project Project `json:"project"`
|
Project Project `json:"project"`
|
||||||
Resolution *Resolution `json:"resolution,omitempty"`
|
Resolution *Resolution `json:"resolution,omitempty"`
|
||||||
Priority *Priority `json:"priority,omitempty"`
|
Priority *Priority `json:"priority,omitempty"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user