Create quick filters for your board
Quick filters let you further filter the work items on your board. Your board comes with one pre-configured quick filter for Only my work items, and you can create more using Jira Query Language (JQL).
You must be a Jira admin, project admin or board admin to create quick filters.
Any quick filters you create will appear in the Quick filters dropdown menu on the board for anyone who uses the board.
Queues
Go to the queue with the board to which you’d like to add a quick filter.
Select More actions (), then Edit queue.
Under the Board heading, select Quick filters.
Select Create quick filter.
Enter a name, a JQL query, and a description.
Select Create.
Views
Select More actions (), then Configure views at the top right of the page.
Select Quick filters, then follow the instructions in steps 4 to 6 above.
Examples
Show all work items that have the highest priority:
priority = Highest
Show all work items that have been updated in the past day:
updatedDate >= -1d
Was this helpful?