Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) AgileBoard ¶
AgileBoard 返回Board列表
type CommonResponse ¶
ApiResponse 表示通用的JIRA响应
type Issue ¶
type Issue struct { *Client IssueAttributes Id string Self string Key string Expand string Fields json.RawMessage }
func (*Issue) ParseAttributes ¶
type IssueAttributes ¶
type IssueAttributes struct { Summary string Description string Assignee User Reporter User Creator User Flagged bool WorkRatio float32 Project Project Status Status Created string Updated string IssueType struct { Self string Id string Description string IconUrl string Name string Subtask bool AvatarId int } Watches struct { Self string WatchCount int IsWatching bool } Priority struct { Self string IconUrl string Name string Id string } // contains filtered or unexported fields }
type ProjectCategory ¶
type Sprint ¶
type StatusCategory ¶
Click to show internal directories.
Click to hide internal directories.