How to Add Quick Filters to a Sprint or Kanban Board in Jira
By Impran M N
Once a board fills up with more than a handful of cards, scanning it for just your own tickets or just the high-priority ones gets tedious fast. Quick filters solve this with one-click toggles sitting right above the board columns, each backed by a short JQL query that narrows what's visible. This guide walks through where that toolbar lives, how to reach the settings screen that manages it, and what the create-a-filter form actually asks for.
01Notice where quick filters live on the board
Open any board — a Kanban board like "Marketing" works the same way a Scrum board does here. Along the toolbar above the columns, next to Epic, Type, and Label dropdowns, there's a Quick filters control. This is the toggle bar your team will actually click day to day; everything else in this guide is about populating it with filters worth having.

02Open Board settings
From the board, open its settings — reachable from the board's menu — which takes you to a dedicated settings screen for that specific board, not the whole space. The left-hand panel here lists Details, Working Days, Timeline, and a Layout section that expands into Columns, Swimlanes, Card colors, Card layout, and Quick filters. Click Quick filters.
03Find the Quick filters settings page
This settings page is scoped to one board at a time — in this case, a board called "TS board" inside the TEST SPACE. That scoping matters: quick filters you build here apply to this board specifically, not every board across the space, so if your team works from multiple boards you'll set this up separately on each one.

04Click Create quick filter
The Quick filters page lists any filters that already exist for the board — by default you'll typically see starter filters like "Recently Updated" and "Assigned to me" already in place. Click Create quick filter in the top right to open the creation form and add your own.
05Fill in the name, JQL query, and description
The Create quick filter form asks for three things: a required Name (what shows on the toggle itself, so keep it short — "My Bugs," not "Bugs Currently Assigned to Me"), a required JQL query that defines the actual filter logic, and an optional Description for context. The existing "Assigned to me" filter, for reference, is built on a query checking that the issue is assigned to the current user, and "Recently Updated" checks for items updated within the last day — both useful patterns to copy if you're unsure how to phrase your own.

06Write JQL for the slice of work you actually need
For a priority filter, something like priority = High narrows the board to urgent items. For an issue-type filter, type = Bug isolates defects from stories and tasks. You can combine conditions with AND if a single toggle needs to represent more than one rule — just keep in mind that more conditions make the filter's name and purpose harder to guess at a glance, so favor a few well-named filters over one that tries to do everything.
07Save, then test it from the board
Click Create to save the filter, then go back to the board and find it in the Quick filters toolbar. Click it and confirm the board actually narrows the way you expected — if it shows nothing or everything, the JQL syntax is the first place to check, since a small typo there is the most common reason a new filter doesn't behave.
Frequently asked questions
Do I need to know JQL to create a quick filter?
Yes, quick filters are built on a JQL query, though simple ones — filtering by assignee, issue type, or priority — use fairly basic syntax you can copy from the board's existing default filters.
Can multiple quick filters be applied at once?
Yes, you can typically toggle on more than one quick filter at a time to narrow the board down further.
Are quick filters visible to the whole team?
Quick filters are set at the board level inside Board settings, so anyone with access to that specific board can see and use them.
Do quick filters apply to every board in a space?
No. They're scoped to the individual board they're created on, so a filter built for one board won't automatically appear on another board in the same space.
Can I edit a quick filter after creating it?
Yes, go back into Board settings → Layout → Quick filters at any time to adjust the name, JQL query, or description, or remove it entirely.
Watch the full walkthrough
The same steps, demonstrated on screen from start to finish.



