mirror of
https://github.com/Threnklyn/jira.git
synced 2026-06-07 21:43:32 +02:00
@@ -53,4 +53,5 @@ type IssueType struct {
|
|||||||
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