We're updating our terminology in Jira

'Issue' is changing to 'work item'. You might notice some inconsistencies while this big change takes place.

Configure quick filters

This page is for company-managed projects

To check whether your project is team-managed or company-managed, select more actions (•••) next to the project name in either the header or the sidebar. At the bottom of the menu that opens, you’ll be able to view whether your project is team-managed or company-managed.

More about the difference between company-managed and team-managed projects.

Quick filters let you further filter the collection of work items appearing on a Scrum or Kanban board. Use quick filters to switch between different work types (e.g. show only bugs), or to show team-specific views of a common backlog.

Before you begin

To configure the board and any of its settings, you must be either:

  • project administrator for the location of the board

  • board administrator for the board itself

See Permissions overview for more information to configure its quick filters.

About the default quick filters

By default, a board contains two quick filters, called 'Only My Work items' and 'Recently Updated':

Default quick filter

Default JQL

Notes

Only My Work items

assignee = currentUser()

Displays work items assigned to the person who is currently viewing this board.

Recently Updated

updatedDate >= -1d

Displays work items that have been updated in the last 24 hours.

Manage quick filters

You can create additional quick filters or edit existing quick filters. Any additional quick filters that you create appear in the Quick filters dropdown menu. To display quick filters as buttons, switch on Show quick filters in the dropdown menu.

  1. Go to your board, then select more () > Configure board. (NOTE: This requires admin permissions.)

  2. Select the Quick Filters tab.

  3. Edit the quick filters, as described in the following table.

Add a new quick filter

In the blue area, type the Name, JQL, and a Description (optional), then select Add.

Change the name of a quick filter

Click in the Name area of the quick filter, modify the existing name, then select Update.

Change the JQL of a quick filter

Click in the JQL area of the quick filter, modify the existing JQL, then select Update.

See the examples below for some suggestions. For information on JQL syntax, see JQL.

Delete a quick filter

Select the Delete button at the right of the quick filter.

Move a quick filter

Hover over the vertical 'grid' icon, then drag and drop the quick filter up or down to its new position.

Sample JQL for quick filters

Show all work items that are assigned to members of the "bugfix" group

assignee in membersOf("bugfix")

Show all work items of type “Bug”

type = "Bug"

Use a work item filter in your quick Filter

savedfilter = "My Filter"

For more JQL guidance, check out:

Save a new search as a filter

To create a new filter, see Save your search as a filter.

Need help? If you can't find the answer you need in our documentation, we have other resources available to help you. See Getting help.

Still need help?

The Atlassian Community is here for you.