Skip to content
palash kulshreshtha edited this page Dec 18, 2017 · 12 revisions

How to list all the PR in the current repo Simple $> bitbucket pr -l

1. To list all PR in current repo created by current user {you}

  • $> bitbucket pr -l
  1. To list all PR in current repo created by a particular user . Here username should be that user's bitbucket username {someone else}

  • $> bitbucket pr -l USERNAME
  1. To list each and every open PR in current repo {yours as well as others}

  • $> bitbucket pr -L
  1. To list all open PR which has you as reviewer

  • $> bitbucket pr -r
  1. Now if you wish to list all your PR across all given repo in the system {which are given in bitbucket config file of the system}

  • $> bitbucket pr -G
  1. List all your merged PRs

  • $> bitbucket pr -M

Clone this wiki locally