Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

One way procurement teams might want to organize their queues might be based around values in a checkout order such as ordering department or even order total. This can be accomplished as shown below.

To modify queues, the user must be a project administrator.

  1. Navigate to Queues and click on New Queue, or edit an existing one if you want to use on already there.

  2. Enter JQL similar to the following (try to pick the attribute which is least likely to change): In the example below, we have created a search base on the ordering department name.

issue.property['com.mumosystems.checkout-order'].department.name ~ "Marketing" and resolution is EMPTY

Configuring the queue with this JQL will show all open tickets associated with the “Marketing” department.

  • No labels