Skip to content

bb_pull request_list

eximus edited this page Feb 25, 2024 · 2 revisions

bb pull-request list

List pull requests from a repository

bb pull-request list [flags]

Options

      --all                 return pull request with all possible states.
  -a, --author string       filter by author nick name (full nickname is needed due to an API limitation from bitbucket)
  -h, --help                help for list
      --pages int           number of pages with results to retrieve (default 1)
  -p, --participants        include participant and comment data for each pull request on the result. (the result will be slower)
      --search string       search pull request with query
      --source string       filter by source branch.
  -s, --state stringArray   filter by state. Default: "open". Multiple of these options can be given
                            	possible options: "open", "merged", "declined" or "superseded" (default [open])
  -S, --status              include status of each pull request on the result. (the result will be slower)
      --target string       filter by target branch.

Options inherited from parent commands

      --config string   config file (default is $HOME/.config/bb.yaml)
  -R, --repo string     selected repository

SEE ALSO

Auto generated by spf13/cobra on 24-Feb-2024