package
0.0.0-20220610223332-9e3967354456
Repository: https://github.com/gianlucam76/jira_utils.git
Documentation: pkg.go.dev

# Functions

AddCommentToIssue append comment to current open issue while also resetting sprint and priority.
CreateIssue creates new issue of type bug which will be added to sprint - Comments will contain buildEnvironment (VCS vs UCS), run ID, failure message and full stack trace - Assignee is the user the bug will be assigned to - Reporter is the issue reporter Return the issue Key or empty an error occurred.
No description provided by the author
GetJiraActiveSprint returns the active sprint for passed in board Returns active sprint if found or an error if any occurs.
GetJiraBoard returns board with name boardName in project projectKey returns the board if only one is found or an error if any occurs.
GetJiraClient returns a new Jira API client.
GetJiraIssues finds all issues matching passed jql.
GetJiraProject returns the jira.Project with name projectName.
GetJiraSprint returns all sprints for passed in board Returns sprint if found or an error if any occurs.
GetJiraSprints returns the specified sprint for passed in board Returns sprints or an error if any occurs.
No description provided by the author
No description provided by the author
No description provided by the author
ResolveIssue moves issues to resolved.
VerifyEnvVariables verifies all needed environment variables are set.