This page relates to version 1.30 of Rich Filters for Jira Dashboards for Server & Data Center. See the documentation index for previous versions, or for the Cloud version of Rich Filters.
Configuring Queues
In this section:
1. About Queues
Queues allow you to display and manage list of issues in Rich Filter Results gadgets. Queues are ideal for organizing support requests (by support agent, service desk, request type, etc.) but also for managing lists of issues in general.
Queues are based on configurable JQL queries that further filter the issues returned by the rich filter. One or multiple queues can be displayed in a Rich Filter Results gadget, and each queue can use one or multiple views to display its issues. Also, each queue has its own sorting criteria, independent of the other queues.
Here are some of the main features of the queues displayed in Rich Filter Results gadgets:
- Queues are displayed as tabs and users can simply switch between them with one click.
- Each queue displays, next to its name, the count of the issues it contains. This is useful to inform users about the queues that require attention.
- The queues displayed in the same gadget are independent with regard to the current view, page and sort order.
- When you switch from one queue to another, the displayed list of issues is refreshed, as well as the issue counts of all the queues in the gadget.
2. Queues' Key Attributes
You can add new and see existing queues and their configuration in the Queues section of your rich filter.
The key attributes of a queue are:
Attribute | Description |
---|---|
Name | Each queue has a name which is used to identify and display the queue. It is required and must be unique among the queues within the rich filter. |
JQL filter | Additional JQL query for the queue – it defines the list of issues in the queue. Optionally use an ORDER BY clause to set the default order of the issues in the queue. Remember, the issues in the queue are already filtered by the base Jira filter, as configured in the General section of the rich filter. Since the queue is based on JQL, it can of course be cross-project. |
Views | The views used to display the issues of the queue in Rich Filter Results gadgets. By default, the queue uses all the views defined in the rich filter (the option Show all views is selected). The list of views can be customized (by selecting the option Customize views). You can add, remove or reorder (by drag and drop) the views to be displayed. |
3. Adding & Editing Queues
The Queues section of your rich filter allows you do to the following operations:
To do the following: | Do this: |
---|---|
Add a new Queue | Click on the Add queue button at the top-right of the page. Type a name and a JQL query. Click on the Add queue button. |
Select the Views to be used in a Queue | By default, when a queue is created, it is configured to use all the views defined in the rich filter – the option Show all views is selected. Optionally, you can choose, among the views defined in the rich filter, the exact views to use for the display of the issues in the queue – for this, you need to select Customize views. You can then add, remove, and reorder (using drag & drop) the views to apply for the queue. |
Edit a Queue | Click on the edit icon at the right of the queue’s name. A pop-up appears. You can edit the name and modify the JQL filter of the queue. Click on the Save queue button. |
Delete a Queue | Click on the delete icon at the right of the queue’s name. |
Reorder Queues | Click on the menu at the right of the queue’s name. Use the Move... options to re-position your queue. By default, this is the display order of the queues in the Rich Filter Results gadgets. |
Copy (duplicate) a Queue | Click on the menu at the right of the queue’s name, then click on the Copy option. Insert the name of the new queue, change the JQL filter to be used for the new queue, and click the Copy queue button. A new queue with the same views is created. |
Have a look at the The Rich Filter Results Gadget documentation page to see how to display queues in dashboards.