-
Notifications
You must be signed in to change notification settings - Fork 0
bb_issue_list
eximus edited this page Feb 25, 2024
·
3 revisions
List issues
List issues from Jira with preset filtering. By default it filters tickets assigned to the current user and it tries to gess the current project from the current branch name.
bb issue list [flags]
-a, --all filter all issues. (Not assigned or reporting to current user)
-h, --help help for list
-n, --number-results int max number of results retrieve (default 10)
-P, --priority sort by priority
-p, --project string filter issues by project key.
If "all" is given it shows all projects (when a project is detected on current branch and you still want to show all projects)
-r, --reporter filter issues reporting to current user
--search string filter issues by keyword
-s, --status stringArray filter status type.
this option will provide completion for the mappings defined in "jira_status" of your config file
-t, --time show time information
-u, --users show users
--config string config file (default is $HOME/.config/bb.yaml)
-D, --domain string your jira domain ( XXXX in https://XXXX.atlassian.net)
-R, --repo string selected repository
- bb issue - Manage issues / jira tickets