diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/japi.1 | 6 | ||||
| -rw-r--r-- | docs/japi.txt | 8 |
2 files changed, 11 insertions, 3 deletions
diff --git a/docs/japi.1 b/docs/japi.1 index af8b74b..8422e2b 100644 --- a/docs/japi.1 +++ b/docs/japi.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "JAPI 1" -.TH JAPI 1 "2014-03-16" "japi 0.3.4" "User Commands" +.TH JAPI 1 "2014-03-18" "japi 0.4.0" "User Commands" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -145,6 +145,7 @@ Synopsis: japi [\-\-version] [\-\-nocolor] [\-\-passfile] + [\-\-unassigned] [\-\-jira_apiversion \s-1STRING\s0] [\-\-jira_query \s-1STRING\s0] [\-\-jira_uribase \s-1STRING\s0] @@ -168,6 +169,9 @@ By default the output uses colored text output. This switch disables it. Specifies the path to an optional file which includes the Jira \s-1API\s0 password but Base64 encoded. The default value is \f(CW\*(C`~/.japipass\*(C'\fR. .Sp If the file is not present, Japi will prompt for the password. +.IP "\-\-unassigned" 4 +.IX Item "--unassigned" +By default the output lists assigned and unassigned issues. Use this switch to only list unassigned issues. .IP "\-\-jira_apiversion \s-1STRING\s0" 4 .IX Item "--jira_apiversion STRING" Specifies the Jira \s-1API\s0 version to use. The default value is \f(CW\*(C`rest/api/2\*(C'\fR. 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". |
