Support & Downloads

Izymes builds easy-to-use apps for Atlassian applications that boost your productivity, free you from performing repetitive tasks inside Confluence, Jira and Bitbucket and enable you to use your time for what you do best – YOUR job.

Book a Demo

Interested in a 1-on-1 demonstration of Izymes’s products?
Here we will walk you through;

• All features and benefits of the product you are interested in trying.
• How to set up the account and configure the settings.
• Other tips, tricks and best practices.

It will also give us time to answer any questions you may have, or perhaps you just want to have a chat, we love a good chat.
You can schedule a time on the Calendly link below. Talk soon!

Contact Info
HQ Southport
Queensland, Australia
[email protected]
Follow Us

Bitbucket Organizr: Filter, View & Manage Pull Requests

Organizr Filter Query

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