mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-08-08 22:16:34 +02:00
fix test, merge from upstream.
This commit is contained in:
2
issue.go
2
issue.go
@@ -127,7 +127,7 @@ type IssueFields struct {
|
||||
Subtasks []*Subtasks `json:"subtasks,omitempty" structs:"subtasks,omitempty"`
|
||||
Attachments []*Attachment `json:"attachment,omitempty" structs:"attachment,omitempty"`
|
||||
Epic *Epic `json:"epic,omitempty" structs:"epic,omitempty"`
|
||||
Sprint *Sprint `json:"sprint,omitempty" struct:"sprint,omitempty"`
|
||||
Sprint *Sprint `json:"sprint,omitempty" structs:"sprint,omitempty"`
|
||||
Parent *Parent `json:"parent,omitempty" structs:"parent,omitempty"`
|
||||
Unknowns tcontainer.MarshalMap
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user