Documentation
¶
Index ¶
Constants ¶
View Source
const MaxIssueTypeLength = 7
View Source
const MaxStatusNameLength = 14
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Issue ¶
type Issue struct {
Expand string `json:"expand"`
ID string `json:"id"`
Self string `json:"self"`
Key string `json:"key"`
IssueFields *IssueFields `json:"fields"`
}
type IssueFields ¶
type IssueFields struct {
Summary string `json:"summary"`
IssueType *IssueType `json:"issuetype"`
IssueStatus *IssueStatus `json:"status"`
}
type IssueStatus ¶
type SearchResult ¶
type Widget ¶
type Widget struct {
view.ScrollableWidget
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.