package
3.8.20+incompatible
Repository: https://github.com/devx-cafe/git-phlow.git
Documentation: pkg.go.dev
# Functions
AssignUser ...
AuthenticateGitHub ...Checks personal access token validity by requesting private repositories and checking status code.
AuthenticateJIRA ...
AuthorizeGitHub ...Retrieve token from github for authorization.
AuthorizeJIRA ...JIRA basic auth do not require authorization, so we just validate the user have giving right credentials with AuthenticateJIRA.
BranchNameFromIssue ...Converts issues to branch names nby removing illegal characters and inserting hyphens.
DefaultBranchGitHub ...return the default branch of the repository.
DoTransition ...
GetIssueGitHub ...get a single issue from github.
GetIssuesGitHub ...return an issue with from the number of the issue.
GetJiraIssue ...
GetTransitions ...Retrieve transitions for a specific issue.
GroupID ...
IssueFromBranchName ...Extracts github issue from the branch name.
KeyFromBranchName ...Extracts a Jira key from a branch name.
NewPWRequest ...Creates a new pluginWebRequest.
QueryIssues ...
SetAssigneeGitHub ...Assigns a user to a github issue.
SetLabelGitHub ...Sets a label on a github repository with.
# Variables
PhlowLabels ...Map of labels in the phlow.
# Structs
AssignBody ...
Assignee ...
AssigneeIssue ...
Auth ...
GhPermissions ...data struct for permissions.
Issue ...
JiraIssue ...
Label ...
Milestone ...
PhlowLabel ...label struct for storing GitHub labels.
QueryResult ...
Repo ...
Transition ...
TransitionBody ...
Transitions ...
# Interfaces
Stringer ...interface for github formats.
# Type aliases
Authentication ...interface for authentication with external service.
Authorization ...interface for authorization with external service.
DefaultBranch ...interface for getting the default branch of the external service.
IssueExtractor ...