diff options
| author | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2014-03-18 09:32:04 +0100 |
|---|---|---|
| committer | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2014-03-18 09:32:04 +0100 |
| commit | cad9bf099a6c2fdedf81a0af19cdb5627ceaa4d5 (patch) | |
| tree | 81f4169500d53cbf657c9ad0b13e8bdc427e18bb | |
| parent | e637ec68dc7e09dd8c6aae0c13803c0257c6d68c (diff) | |
New release0.4.1
| -rw-r--r-- | .version | 2 | ||||
| -rw-r--r-- | README.txt | 8 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/files | 2 | ||||
| -rw-r--r-- | docs/japi.1 | 6 | ||||
| -rw-r--r-- | docs/japi.txt | 8 |
6 files changed, 25 insertions, 7 deletions
@@ -1 +1 @@ -0.3.4 +0.4.0 @@ -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". diff --git a/debian/changelog b/debian/changelog index a8ca14e..32e170a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +japi (0.4.0) stable; urgency=low + + * Add --unassigned switch + + -- Paul Buetow <paul@buetow.org> Tue, 18 Mar 2014 09:31:32 +0100 + japi (0.3.4) stable; urgency=low * Use different colors diff --git a/debian/files b/debian/files index 4afb72c..9cd3cb5 100644 --- a/debian/files +++ b/debian/files @@ -1 +1 @@ -japi_0.3.4_all.deb utils optional +japi_0.4.0_all.deb utils optional 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". |
