Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigPath ¶
func ConfigPath() string
Types ¶
type ConfigFile ¶
func LoadSavedQueries ¶
func LoadSavedQueries() (ConfigFile, error)
type JiraApiContext ¶
type JiraAssignee ¶
type JiraIssue ¶
type JiraIssue struct {
Id string
Key string
Fields struct {
Assignee JiraAssignee
Summary string
Labels []string
}
}
func FetchIssuesJql ¶
func FetchIssuesJql(ctx JiraApiContext, jql string) ([]JiraIssue, error)
Click to show internal directories.
Click to hide internal directories.