Filter a Jira board without writing JQL

JQL is genuinely powerful, but most people don't want to learn a query syntax just to see "my high-priority bugs." You can filter a board without writing JQL, though how far you get depends on your space type. Team-managed spaces have a friendly point-and-click filter panel; company-managed quick filters still need a line of JQL to set up. Here's how each works, and how BetterBoard lets you filter from a search bar with no syntax at all.

Company-managed board

Company-managed boards rely on quick filters: buttons above the board that apply a pre-saved query. Clicking them is easy; the catch is that creating one requires a line of JQL and admin-level permission. Your board ships with a couple of defaults (like "Only My Work items" and "Recently Updated") that you can use right away without touching JQL.

  1. Open Board settings → Quick filters
    From your board, select more (•••) → Configure board, then choose the Quick filters tab. You'll need to be a Jira admin, space admin, or board admin.
  2. Create a quick filter
    Add a new filter and enter a JQL clause, for example priority = High or assignee = currentUser(). Jira autocompletes field names and values as you type, which softens the syntax.
  3. Name and save it
    Give the filter a clear label (e.g. "High priority") and save. It now appears as a button or dropdown item on the board.
  4. Click the filter on the board
    From then on, anyone using the board filters by clicking the button: no JQL required. You can stack multiple quick filters to narrow further.
Tip. The default quick filters and the built-in board search box already let non-admins filter without JQL. It's only the creation of new reusable filters that needs JQL and permissions.

Team-managed board

Team-managed boards have the friendlier option: a point-and-click Filter panel that needs no JQL at all for everyday filtering.

  1. Open the Filter panel
    On your board or backlog, select Filter below the space navigation, or press Shift + F.
  2. Pick fields and values
    Choose a field (assignee, label, priority, etc.) and select the values you want. The board updates as you select. Combine multiple fields to narrow further, and use Clear filters to reset.

BetterBoard for Jira

BetterBoard's filter bar lets you narrow the board by choosing fields, operators, and values from dropdowns. No query language, no board-settings trip, no admin permission.

  1. Open the filter bar
    Click the Filter button in the board toolbar. The filter bar expands below the toolbar, showing any active filters and an Add filter button.
  2. Choose a field, operator, and value
    Pick a field (e.g. Assignee, Sprint, Priority, Labels), choose an operator (e.g. is, is not, is any of, is empty), and select a value. The board updates immediately. Add more filters to narrow further: multiple filters combine with AND logic.
Tip. Anyone using the board can filter this way: it's not gated behind admin or board-admin permissions the way company-managed quick filters are.

Good to know

What to expect when filtering Jira boards without JQL:

  • Company-managed quick filters need JQL to set up. Clicking them is JQL-free, but creating one isn't: and it requires admin or board-admin permission.
  • Team-managed saved filters also use JQL and are limited to a single space. Ad-hoc filtering is JQL-free, but creating a reusable custom filter still requires JQL.
  • Filter scope differs by space type. Team-managed ad-hoc filters are personal to your current view; company-managed quick filters are shared with everyone on the board.
  • Combining conditions can be clunky. Stacking quick filters applies them together, but expressing "this OR that" usually pushes you back into JQL.
  • No cross-space filtering on a standard single-space board: you'd first need a cross-space board.

Filter like you'd search

No JQL, no board settings, no admin permission. Type what you want and BetterBoard narrows the board instantly. Free to try with your Jira.

FAQ

Can I filter a Jira board without knowing JQL?
Yes, to a point. Team-managed boards have a point-and-click Filter panel (Shift+F) that needs no JQL. Company-managed boards let you click pre-made quick filters without JQL, but creating new quick filters requires a line of JQL and admin permission.
Why do company-managed quick filters need JQL?
Quick filters are stored as saved JQL queries behind each button. You write the query once when creating the filter; everyone else just clicks the button afterward. The default quick filters that ship with a board require no JQL to use.
What's the difference between the team-managed Filter panel and custom filters?
The Filter panel is ad-hoc, click-based filtering with no JQL: it filters your current view. Custom filters are saved, reusable filters defined with JQL, limited to a single space, and managed by a space admin.
Can I filter by more than one condition at once?
Yes. In the team-managed Filter panel you select multiple field values and they apply together. With company-managed quick filters you can click several at once. Expressing OR logic, though, usually requires JQL.
Do I need to be an admin to filter a board?
Not to filter: anyone can use the team-managed Filter panel or click existing quick filters. You only need admin or board-admin permission to create new company-managed quick filters.
How does BetterBoard filtering avoid JQL entirely?
BetterBoard's filter bar lets you choose a field, pick an operator (like is, is not, or is any of), and select a value — the board updates immediately. You can stack multiple filters with AND logic. There's no query syntax and no admin gate: every board user can do it.