Configuring Queues

Contents:

About Queues

Queues allow you to display and manage a list of issues in Rich Filter Results gadgets. They are ideal for organizing support requests (by support agent, service desk, request type, etc.) and 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. Each queue also has its own sorting criteria, independent of the others.

Here are some of the main features of the queues displayed in Rich Filter Results gadgets:

  • Queues are displayed as tabs; users can simply switch between them with one click.

  • Each queue has, next to its name, a colored badge with the count of the issues it contains. This informs users about the queues that require attention and action.

  • The queues displayed in the same gadget are independent of the current view, page, and sort order.

  • When you switch from one queue to another, the list of issues displayed is refreshed, as are the issue counts of all the queues in the gadget.

  • Additional options (described below) control the queue's behavior: static and fixed-order.

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

Attribute

Description

Name

Each queue has a name used to identify and display the queue. It is required and must be unique among the queues within the rich filter.

Color

The selected color will display the queue in Rich Filter Results gadgets.

JQL

This is an additional JQL query for the queue. It defines the list of issues in the queue. Optionally, an ORDER BY clause can be used 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 queue's issues 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 shown views). You can add, remove, or reorder (by drag and drop) the views to be displayed.

Static queue

The issues displayed by static queues cannot be filtered out by quick filters in Rich Filter Controller gadgets. Use this option if the issues displayed by this queue should always be visible.

This can be useful for queues displaying issues that require immediate attention. You don't want issues in these queues to be easily filtered out or hidden. 

Fixed-order queue

The order in which the issues are displayed by fixed-order queues in Rich Filter Results gadgets cannot be altered by clicking column headers. Use this option if the queue should always display the issues in a specific and immutable order, as configured in the queue (i.e., with an ORDER BY clause in the JQL field).

This can be useful for support queues that agents must manage in a particular order, which should not be changed intentionally or accidentally. 

Adding & Editing Queues

The Queues section of your rich filter allows you to perform the following operations:

To achieve this:

Do the following:

To achieve this:

Do the following:

Add a new queue

Click on the Create queue button at the top-right of the page.

Type a name and a JQL query, select a color and the views, and optionally check the queue behavior options, then click the Create button.

View or edit a queue

Depending on your rights, click on any queue to view or edit its configuration. 

Reorder the queues

Hover over the queue's vertical “grid” icon, then drag and drop the queue up or down to its new position.

Delete a queue

Click on the Delete icon located at the right of the queue.

See also:

The Rich Filter Results Gadget