Determine what displays on a Jira board using filters
By the end of this lesson, you'll be able to:
- Describe how board filters determine a boardβs content
- Create sub-filters for kanban boards
- Use quick filters and custom filters to limit displayed cards
- Grant users permission to view or edit filters used as board data sources
Control what appears on your board

- From your board, select More actions (represented by β’β’β’), then Board settings.
- Under Board filter, either select a different filter or select Edit filter query to configure the current filter.
Letβs explore some examples!

If you want to rank your work items on a company-managed board or backlog, you need to include ORDER BY Rank ASC in your board filter.
The term "project" is changing to spaceJira. You can still use the term project in the JQL query until the transition to spaceJira is complete.
π For example: spaceJira = ENG ORDER BY Rank ASC would give the same result as project = ENG ORDER BY Rank ASC
Manage who can view company-managed board filters
- In Board settings, under Board filter, select Edit filter query.
- Next to the filter name, select Filter details.
- Next to Permissions, select Edit permissions.

To see the work items on a board in a team-managed space, users need permission to view that spaceβs work items. Space admins grant this permission through a space role.
Configure the sub-filter
- From your board, select More actions (represented by β’β’β’), then Board settings.
- Under Board sub-filter, click in the field to edit the query.
- Click the checkmark to save your changes.
Board reports will always reflect all work items in the board filter, regardless of the sub-filter.
Create quick filters

Quick filter | JQL | Description |
|---|---|---|
Assigned to me | assignee = currentUser() | Displays work items assigned to the current user |
Recently updated | updatedDate >= -1d | Displays work items updated in the last day |


If users select multiple quick filters when viewing the board, only work items that meet all quick filter criteria will appear.
Create custom filters


Understand how filters and queries affect a board
Filter Query | spaceJira = ENG ORDER BY Rank ASC |
Kanban board sub-filter | assignee is not EMPTY |
Hide completed work items older than | 2 weeks |
Quick Filter 1 | resolution != "Cannot Reproduce" |
Quick Filter 2 | resolution is Empty |
How was this lesson?
next lesson
Configure Jira board columns and statuses
- Match your board to your workflow
- Configure columns
- Configure statuses