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 2. ### 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 3. ### To list each and every open PR in current repo {yours as well as others} $> bitbucket pr -L 4. ### To list all open PR which has you as reviewer $> bitbucket pr -r 5. ### 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

Clone this wiki locally