forked from danshumaker/bitbucket-cmd
-
Notifications
You must be signed in to change notification settings - Fork 5
Listing PR
palash kulshreshtha edited this page Dec 18, 2017
·
12 revisions
How to list all the PR in the current repo Simple $> bitbucket pr -l
- To list all PR in current repo created by current user {you} $> bitbucket pr -l
- 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
- To list each and every open PR in current repo {yours as well as others} $> bitbucket pr -L
- To list all open PR which has you as reviewer $> bitbucket pr -r
- 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