Documentation
¶
Index ¶
Constants ¶
View Source
const Id = "jira"
View Source
const LocalConfigTemplate = `
#jira:
# server_url: "https://example.com/jira"
# project_key: "EX"
`
View Source
const ServiceName = "JIRA"
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶ added in v0.14.0
func NewFactory() common.IssueTrackerFactory
Types ¶
type BasicAuthRoundTripper ¶
type BasicAuthRoundTripper struct {
// contains filtered or unexported fields
}
type Config ¶
type Config interface { ServerURL() *url.URL Username() string Password() string ProjectKey() string }
func LoadConfig ¶
type Credentials ¶
type GlobalConfig ¶
type GlobalConfig struct { JIRA struct { Credentials []*Credentials `yaml:"credentials"` } `yaml:"jira"` }
type LocalConfig ¶
Click to show internal directories.
Click to hide internal directories.