summaryrefslogtreecommitdiff
path: root/docs/japi.txt
diff options
context:
space:
mode:
authorPaul Buetow (lxpbuetowlap.united.domain) <paul.buetow@1und1.de>2014-03-16 15:36:41 +0100
committerPaul Buetow (lxpbuetowlap.united.domain) <paul.buetow@1und1.de>2014-03-16 15:36:41 +0100
commitc660078a97735f19a0b70e666e1cd991e93c4806 (patch)
tree1eef33ad43c953a934597cdb620b2f7d9fe09870 /docs/japi.txt
parent458d519335736a8d67a6ad6d5d2273e4a7c8374d (diff)
parent569b4dc0bf7d77f6556212137bbe2a5985bd5379 (diff)
Merge branch 'master' of git.buetow.org:/git/japi
Diffstat (limited to 'docs/japi.txt')
-rw-r--r--docs/japi.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/japi.txt b/docs/japi.txt
index 2f4225d..f85e339 100644
--- a/docs/japi.txt
+++ b/docs/japi.txt
@@ -13,8 +13,8 @@ NAME
SYNOPSIS
Synopsis: japi [--debug] [--help] [--version] [--passfile]
- [--jira_apiversion <STRING>] [--jira_query <STRING>] [--jira_uribase
- <STRING>] [--jira_user <STRING>]
+ [--jira_apiversion STRING] [--jira_query STRING] [--jira_uribase STRING]
+ [--jira_user STRING]
Options:
--debug
@@ -26,26 +26,26 @@ SYNOPSIS
--version
Prints out the version.
- --passfile <STRING>
+ --passfile STRING
Specifies the path to an optional file which includes the Jira API
password but Base64 encoded. The default value is "~/.japipass".
If the file is not present, Japi will prompt for the password.
- --jira_apiversion <STRING>
+ --jira_apiversion STRING
Specifies the Jira API version to use. The default value is
"rest/api/2".
- --jira_query <STRING>
+ --jira_query STRING
Specifies the Jira search string (e.q. a JQL string). The default
value is "search?jql=project=MT and status not in
- (Resolved,Closed)'".
+ (Resolved,Closed)".
- --jira_uribase <STRING>
+ --jira_uribase STRING
Specifies the Jira URI base. The default value is
"https://your-jira.example.com". This has to be changed.
- --jira_user <STRING>
+ --jira_user STRING
Specifies the Jira user. The default value is your current
Linux/UNIX user.