Quick filters

Quick Filters help you further filter the tasks that appear on your calendar. You can display only those tasks that you need now.

For example, tasks of subordinates or tasks in a certain status.

Examples:

Quick filter

JQL query

Quick filter

JQL query

Assignee filter

assignee = User

Assignees filter

assignee in (User, User2)

Only My Issues

assignee = currentUser()

Only Active Issues

resolution is EMPTY

Priority Blocker

priority = Blocker

SLA breached

"Time to first response" = everBreached()

In accordance with our privacy policy for cloud applications, we do not store user data, so when creating filters, you can see expressions like

assignee = 5a2ec45fea6e3d228dd3b1c0

How to configure quick filters:

 

  1. Go to your Calendar, then select Quick filters > Manage quick filters.

  2. Create quick filters, for example, as described in the table above, or create your own.

Options:

Join type: You can choose how the filters will behave when 2 or more filter conditions are selected.

AND - Check this option if you want to extend your filter. For example, show issues labeled test and labeled test 2 at the same time.

OR - This filter will expand your selection. For example, if you want to see tasks with critical priority and tasks with blocking priority on the same calendar.