mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-07-17 01:12:24 +02:00
Added correct Expand and Self tags for Metaissue
This commit is contained in:
@ -31,13 +31,13 @@ type MetaProject struct {
|
|||||||
// expect these for a general way. This will be returning a map.
|
// expect these for a general way. This will be returning a map.
|
||||||
// Further processing must be done depending on what is required.
|
// Further processing must be done depending on what is required.
|
||||||
type MetaIssueType struct {
|
type MetaIssueType struct {
|
||||||
Self string `json:"expand,omitempty"`
|
Self string `json:"self,omitempty"`
|
||||||
Id string `json:"id,omitempty"`
|
Id string `json:"id,omitempty"`
|
||||||
Description string `json:"description,omitempty"`
|
Description string `json:"description,omitempty"`
|
||||||
IconUrl string `json:"iconurl,omitempty"`
|
IconUrl string `json:"iconurl,omitempty"`
|
||||||
Name string `json:"name,omitempty"`
|
Name string `json:"name,omitempty"`
|
||||||
Subtasks bool `json:"subtask,omitempty"`
|
Subtasks bool `json:"subtask,omitempty"`
|
||||||
Expand string `json:",omitempty"`
|
Expand string `json:"expand,omitempty"`
|
||||||
Fields tcontainer.MarshalMap `json:"fields,omitempty"`
|
Fields tcontainer.MarshalMap `json:"fields,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user