|
@@ -18,8 +18,8 @@ This plugin supplies one command, `jira`, through which all its features are exp
|
|
jira # performs the default action
|
|
jira # performs the default action
|
|
|
|
|
|
jira new # opens a new issue
|
|
jira new # opens a new issue
|
|
|
|
+jira dashboard [rapid_view] # opens your JIRA dashboard
|
|
jira mine # queries for your own issues
|
|
jira mine # queries for your own issues
|
|
-jira dashboard # opens your JIRA dashboard
|
|
|
|
jira tempo # opens your JIRA Tempo
|
|
jira tempo # opens your JIRA Tempo
|
|
jira reported [username] # queries for issues reported by a user
|
|
jira reported [username] # queries for issues reported by a user
|
|
jira assigned [username] # queries for issues assigned to a user
|
|
jira assigned [username] # queries for issues assigned to a user
|
|
@@ -67,6 +67,7 @@ echo "https://jira.atlassian.com" >> .jira-url
|
|
* `$JIRA_NAME` - Your JIRA username; used as the default user for `assigned`/`reported` searches
|
|
* `$JIRA_NAME` - Your JIRA username; used as the default user for `assigned`/`reported` searches
|
|
* `$JIRA_PREFIX` - Prefix added to issue ID arguments
|
|
* `$JIRA_PREFIX` - Prefix added to issue ID arguments
|
|
* `$JIRA_RAPID_BOARD` - Set to `true` if you use Rapid Board
|
|
* `$JIRA_RAPID_BOARD` - Set to `true` if you use Rapid Board
|
|
|
|
+* `$JIRA_RAPID_VIEW` - Set the default rapid view; it doesn't work if `$JIRA_RAPID_BOARD` is set to false
|
|
* `$JIRA_DEFAULT_ACTION` - Action to do when `jira` is called with no arguments; defaults to "new"
|
|
* `$JIRA_DEFAULT_ACTION` - Action to do when `jira` is called with no arguments; defaults to "new"
|
|
* `$JIRA_TEMPO_PATH` - Your JIRA tempo url path; defaults to "/secure/Tempo.jspa"
|
|
* `$JIRA_TEMPO_PATH` - Your JIRA tempo url path; defaults to "/secure/Tempo.jspa"
|
|
|
|
|