mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-08-11 23:59:29 +02:00
jira: add tempo command (#8928)
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user