Skip to content

Commit c248179

Browse files
author
Phillip Miller
committed
updated docs
1 parent 638298a commit c248179

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

docs/jira-search_search.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,17 @@ jira-search search [flags]
1313
### Options
1414

1515
```
16-
-h, --help help for search
17-
--jira-account-id string jira account id of api key user
18-
--jira-api-key string jira api key
19-
--jira-client-id string jira client id for oauth2
20-
--jira-client-secret string jira client secret for oauth2
21-
--jira-host string jira host url ex. https://foobar.atlassian.net
22-
--jira-private-key-file string jira private key file
23-
--jira-project-name string a project name in jira you want to search
24-
--jira-user-email string jira user email address
25-
--jira-username string jira username
26-
--jql-raw-search string a string of text that you want to search all issues for
27-
--jql-text-search string a string of text that you want to search all issues for
28-
--my-jira-issues find all issues assigned and in progress assigned to JIRA_ACCOUNT_ID from config.yaml
29-
--reverse-issues reverse found issues in table
16+
-h, --help help for search
17+
--jira-account-id string jira account id of api key user
18+
--jira-api-key string jira api key
19+
--jira-host string jira host url ex. https://foobar.atlassian.net
20+
--jira-project-name string a project name in jira you want to search
21+
--jira-user-email string jira user email address
22+
--jira-username string jira username
23+
--jql-raw-search string a string of text that you want to search all issues for
24+
--jql-text-search string a string of text that you want to search all issues for
25+
--my-jira-issues find all issues assigned and in progress assigned to JIRA_ACCOUNT_ID from config.yaml
26+
--reverse-issues reverse found issues in table
3027
```
3128

3229
### Options inherited from parent commands

0 commit comments

Comments
 (0)