diff options
Diffstat (limited to 'docs/japi.txt')
| -rw-r--r-- | docs/japi.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/japi.txt b/docs/japi.txt index c84b5fc..7b1043b 100644 --- a/docs/japi.txt +++ b/docs/japi.txt @@ -13,8 +13,8 @@ NAME SYNOPSIS Synopsis: japi [--debug] [--help] [--version] [--nocolor] [--passfile] - [--jira_apiversion STRING] [--jira_query STRING] [--jira_uribase STRING] - [--jira_user STRING] + [--unassigned] [--jira_apiversion STRING] [--jira_query STRING] + [--jira_uribase STRING] [--jira_user STRING] Options: --debug @@ -36,6 +36,10 @@ SYNOPSIS If the file is not present, Japi will prompt for the password. + --unassigned + By default the output lists assigned and unassigned issues. Use this + switch to only list unassigned issues. + --jira_apiversion STRING Specifies the Jira API version to use. The default value is "rest/api/2". |
