1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Merge pull request #629 from noxer/patch-1

Added info for using Jira with Basic-Auth
This commit is contained in:
Chris Cummer 2019-09-13 03:38:07 -07:00 committed by GitHub
commit 78057fc8df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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."`