SaltfishTry for free

How to Add Quick Filters in Jira Scrum Board

·2 min read
In this article

Here's how to add quick filters in Jira

  1. Navigate to your Jira project and access the Scrum board where you need to add Quick Filters.
  2. Locate and click the three-dot menu icon positioned in the upper-right area of the board.
  3. Choose 'Configure Board' from the dropdown options that appear.
  4. Find and click on 'Create quick filter' in the left sidebar menu of the Board configuration.
  5. Enter a descriptive name for your Quick Filter that users will see on the board interface.
  6. Input the JQL (Jira Query Language) query that specifies which issues the filter should display.
  7. Provide a helpful description explaining what the filter does and when to use it.
  8. Click the 'Create' button to finalize and save your new Quick Filter.
  9. Confirm the success notification appears and verify your filter is now listed in the Quick Filters section.
  10. Test your new Quick Filter on the Scrum board to ensure it displays the correct issues.

Ready to get started with
interactive demos?

Try for free

Frequently Asked Questions

JQL (Jira Query Language) is Jira's search syntax used to define filter criteria. While basic JQL knowledge is helpful, you can start with simple queries like 'assignee = currentUser()' for your tasks or 'priority = High' for high-priority issues. Jira also provides autocomplete suggestions as you type.