mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Added info for using Jira with Basic-Auth
This commit is contained in:
parent
8cf50fe92c
commit
8d3763d0a6
@ -20,9 +20,9 @@ type Settings struct {
|
|||||||
colors
|
colors
|
||||||
common *cfg.Common
|
common *cfg.Common
|
||||||
|
|
||||||
apiKey string `help:"Your Jira API key."`
|
apiKey string `help:"Your Jira API key (or password for basic auth)."`
|
||||||
domain string `help:"Your Jira corporate domain."`
|
domain string `help:"Your Jira corporate domain."`
|
||||||
email string `help:"The email address associated with your Jira account."`
|
email string `help:"The email address associated with your Jira account (or username for basic auth)."`
|
||||||
jql string `help:"Custom JQL to be appended to the search query." values:"See Search Jira like a boss with JQL for details." optional:"true"`
|
jql string `help:"Custom JQL to be appended to the search query." values:"See Search Jira like a boss with JQL for details." optional:"true"`
|
||||||
projects []string `help:"An array of projects to get data from"`
|
projects []string `help:"An array of projects to get data from"`
|
||||||
username string `help:"Your Jira username."`
|
username string `help:"Your Jira username."`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user