mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
jira: add tempo command (#8928)
This commit is contained in:
parent
9050ed34d1
commit
31c2dc32c2
3 changed files with 5 additions and 0 deletions
|
|
@ -54,6 +54,9 @@ function jira() {
|
|||
else
|
||||
open_command "${jira_url}/secure/Dashboard.jspa"
|
||||
fi
|
||||
elif [[ "$action" == "tempo" ]]; then
|
||||
echo "Opening tempo"
|
||||
open_command "${jira_url}/secure/Tempo.jspa"
|
||||
elif [[ "$action" == "dumpconfig" ]]; then
|
||||
echo "JIRA_URL=$jira_url"
|
||||
echo "JIRA_PREFIX=$jira_prefix"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue