1
0
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:
Tim Scheuermann 2019-09-12 13:35:52 +02:00 committed by GitHub
parent 8cf50fe92c
commit 8d3763d0a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,9 +20,9 @@ type Settings struct {
colors
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."`
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"`
projects []string `help:"An array of projects to get data from"`
username string `help:"Your Jira username."`