|
|
|
@ -18,11 +18,11 @@ 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 mine # queries for your own issues |
|
|
|
jira dashboard # opens your JIRA dashboard |
|
|
|
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 |
|
|
|
jira myissues # queries for you own issues |
|
|
|
|
|
|
|
jira branch # opens an existing issue matching the current branch name |
|
|
|
jira branch # opens an existing issue matching the current branch name |
|
|
|
# The branch name may have prefixes ending in "/": "feature/MP-1234", |
|
|
|
# The branch name may have prefixes ending in "/": "feature/MP-1234", |
|
|
|
# and also suffixes starting with "_": "MP-1234_fix_dashboard" |
|
|
|
# and also suffixes starting with "_": "MP-1234_fix_dashboard" |
|
|
|
|