feat(jira): add project command to open project (#12851)

This commit is contained in:
Ken van der Eerden 2025-03-20 19:43:08 +01:00 committed by GitHub
commit 6591606d56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 0 deletions

View file

@ -5,6 +5,7 @@ local -a _1st_arguments
_1st_arguments=(
'new:create a new issue'
'mine:open my issues'
'project:open the project'
'dashboard:open the dashboard'
'tempo:open the tempo'
'reported:search for issues reported by a user'