Merge branch 'master' into master

This commit is contained in:
Marc Cornellà 2019-05-08 20:40:36 +02:00 committed by GitHub
commit 0232ac4bb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
446 changed files with 14597 additions and 3679 deletions

View file

@ -43,7 +43,7 @@ function jira() {
echo "Opening new issue"
open_command "${jira_url}/secure/CreateIssue!default.jspa"
elif [[ "$action" == "assigned" || "$action" == "reported" ]]; then
_jira_query $@
_jira_query ${@:-$action}
elif [[ "$action" == "myissues" ]]; then
echo "Opening my issues"
open_command "${jira_url}/issues/?filter=-1"