Bitbucket Organizr: Filter, View & Manage Pull Requests
Organizr for Bitbucket (Server) introduces a powerful filter terminology to search for matching Pull Requests across the whole instance across all projects and repositories.
Term | Operands |
---|---|
label | =, IN |
state | = |
duedate | = ,, = Date format: yyyy-MMM-dd (2016-Aug-26) |
reviewer | = |
author | = |
Here are a few examples explained:
state = open & label IN [master, urgent] & duedate <= 2016-Sep-2
Finds all open Pull Requests that are labelled with 'master' or 'urgent' and are due to be merged before or on Sep 2nd 2016
author = fred & label = production, urgent & reviewer = usera, userb
Finds all Pull Requests authored by fred that are labelled with 'production' and 'urgent' and where reviewers are both usera and userb