mirror of
https://github.com/Threnklyn/jira.git
synced 2026-06-07 21:43:32 +02:00
@@ -46,11 +46,12 @@ package jiradata
|
|||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
type IssueType struct {
|
type IssueType struct {
|
||||||
AvatarID int `json:"avatarId,omitempty" yaml:"avatarId,omitempty"`
|
AvatarID int `json:"avatarId,omitempty" yaml:"avatarId,omitempty"`
|
||||||
Description string `json:"description,omitempty" yaml:"description,omitempty"`
|
Description string `json:"description,omitempty" yaml:"description,omitempty"`
|
||||||
IconURL string `json:"iconUrl,omitempty" yaml:"iconUrl,omitempty"`
|
IconURL string `json:"iconUrl,omitempty" yaml:"iconUrl,omitempty"`
|
||||||
ID string `json:"id,omitempty" yaml:"id,omitempty"`
|
ID string `json:"id,omitempty" yaml:"id,omitempty"`
|
||||||
Name string `json:"name,omitempty" yaml:"name,omitempty"`
|
Name string `json:"name,omitempty" yaml:"name,omitempty"`
|
||||||
Self string `json:"self,omitempty" yaml:"self,omitempty"`
|
Self string `json:"self,omitempty" yaml:"self,omitempty"`
|
||||||
Subtask bool `json:"subtask,omitempty" yaml:"subtask,omitempty"`
|
Subtask bool `json:"subtask,omitempty" yaml:"subtask,omitempty"`
|
||||||
|
Fields FieldMetaMap `json:"fields,omitempty" yaml:"fields,omitempty"`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user