mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-03-17 20:47:57 +02:00
fix test, merge from upstream.
This commit is contained in:
parent
6b38102972
commit
6e4048ba34
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
Loading…
x
Reference in New Issue
Block a user