jira: add tempo command (#8928)

This commit is contained in:
Dmitry
2020-05-21 19:11:18 +03:00
committed by GitHub
parent 9050ed34d1
commit 31c2dc32c2
3 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,7 @@ local -a _1st_arguments
_1st_arguments=(
'new:create a new issue'
'dashboard:open the dashboard'
'tempo:open the tempo'
'reported:search for issues reported by a user'
'assigned:search for issues assigned to a user'
'branch:open the issue named after the git branch of the current directory'