Skip to content

bb_issue_list

eximus edited this page Feb 25, 2024 · 3 revisions

bb issue list

List issues

Synopsis

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]

Options

  -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

Options inherited from parent commands

      --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

SEE ALSO

  • bb issue - Manage issues / jira tickets
Auto generated by spf13/cobra on 25-Feb-2024