Documentation
¶
Index ¶
Constants ¶
View Source
const ( UsernameConfigKey = "jira.username" TokenConfigKey = "jira.token" APIConfigKey = "jira.api_url" WebConfigKey = "jira.api_url" )
Config keys.
View Source
const ( APIInstructionsURL = "https://confluence.atlassian.com/cloud/api-tokens-938839638.html" APIIssuePath = "/rest/api/3/issue" APIUserPath = "/rest/api/3/user" WebIssuePath = "/browse" )
URLs.
Variables ¶
This section is empty.
Functions ¶
func AssignUser ¶
AssignUser assigns a user to the Jira issue.
func GetIssue ¶
GetIssue returns the JSON representation of a Jira issue. It does this by making an HTTP request to the issue tracker API. Reference: https://stackoverflow.com/questions/12864302
func TransitionToCodeReview ¶
TransitionToCodeReview updates the status Jira issue to "Code Review".
Types ¶
Click to show internal directories.
Click to hide internal directories.