jira

package
v2.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SendComment

func SendComment(key, message string) error

Types

type JiraInfo

type JiraInfo struct {
	ID       int64                    `json:"id"`
	Host     string                   `json:"host"`
	User     string                   `json:"user"`
	AuthType aslanconfig.JiraAuthType `json:"auth_type"`
	// AccessToken is same as password
	AccessToken string `json:"access_token"`
	// PersonalAccessToken is bearer token
	PersonalAccessToken string `json:"personal_access_token"`
	OrganizationID      int    `json:"organizationId"`
	UpdatedAt           int64  `json:"updated_at"`
}

func GetJiraInfo

func GetJiraInfo() (*JiraInfo, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL