Skip to main content
Skip table of contents

Filtering your calendar

Instant filters

Our Calendar for Jira App provides an Instant filtering system immediately after you create your calendar. This user-friendly feature lets you easily display issues in your calendar based on common properties like assignee, status, issue type, and priority, without any prior configuration.

To get started:

  1. Navigate to the right side of the header in the main calendar view.

Right side of the header is shown.

Filtering your calendar - Instant filters

  1. Click the funnel icon located between the View Selection and Share buttons.

Clicking Instant filters button (it looks like a funnel) - gif.

Filtering your calendar - Accessing instant filters

  1. Click on a property to view its available options.

FYC-3.png

Filtering your calendar - Available options

As you can see, each property provides you with ready-to-use options to filter your calendar with. The search option is also available in case of a data-rich calendar to make it easier for you to find the required values.

Note: The options offered in these filters are based on the issues that are visible in your calendar. If you can’t find the needed setting even through the search option, check your calendar settings first.

  1. Check the boxes next to the properties you wish to filter by. If you're looking for something specific, simply type it into the search bar. You can choose multiple options at once.

A few instant filters are activated at the same time - one assignee, one issue type and priority. The options are to apply the filter or to clear all.

Filtering your calendar - Instant filters

  1. Click Apply once you've made your selections. Your calendar will instantly show the filtered issues.

Note: Applying instant filters within different properties applies an AND condition.

Example: in instant filters, currently chosen properties are:

  • Issue type: Epic;

  • Priority: High.

The issues that satisfy the requirements of both of these active filters will be visible on your calendar.
JQL: issuetype = Epic AND priority = High

Applying instant filters within the same property will apply an OR condition.

Example: in instant filters, currently chosen properties are:

  • Issue type: Epic;

  • Issue type: Task.

Your calendar will then display the issues of either Epic or Task issue type.
JQL: issuetype IN (Epic, Task)

Quick filters

For users requiring more precise filtering than our Instant filters provide, our Calendar for Jira app features Quick filters. This advanced system allows you to create custom filters using JQL queries, which is particularly useful when needing more detailed control over what's displayed. You can also combine these filters to refine your calendar view.

For the sake of the example, the JQL provided here are relatively simple, and similar filtering could be achieved through instant filters. So what is the point of using quick filters at all?

Unlike Instant filters, which offer predetermined filtering options based on common work properties such as assignee, issue type, or status, Quick filters provide significantly more flexibility. They work with any query supported by JQL.

This means if your projects leverage a variety of custom fields—like work locations, departments, specific clients, or marketing task categories—you can create tailored Quick filters to precisely narrow down your view. This allows you to slice and dice your calendar data exactly how you need it, providing great insights into your team's activities.

Here's how to set up Quick filters:

  1. Navigate to the left side of the header in the main calendar view.

Left side of the header is shown.

Filtering your calendars - Quick filter row

  1. Click the + Add quick filter option located beneath the Zoom menu. You can also reach these settings by going to the Settings of your currently active calendar and selecting the Quick filters tab.

Clicking the Add quick filters button - gif.

Filtering your calendar - Accessing quick filters

Quick filters tab is highlighted in the calendar's settings. There is a field for the filter's name and JQL a user would have to populate. Add button is to the right of the JQL field. Below is the space for already existing filters, with delete buttons to the right, if needed.

Filtering your calendar - Quick filters settings

  1. Provide a name for your filter and then enter the JQL that will define its criteria. Ensure the query is supported by JQL.

Three different quick filter queries are shown in the Quick filter settings.

Filtering your calendar - Quick filters settings

  1. Click the + button to add this filter to your list of Quick Filters.

  2. Once you've configured all your desired Quick filters, ensure they are applied to your calendar by clicking Save tab settings.

  3. The newly created filters will appear as clickable buttons above your calendar. Click a button to turn the filter on, and click it again to turn it off. You can activate multiple filters at the same time.

FYC-9.png

Filtering your calendar - Quick filters on the filter row

Note: Activating more than one quick filter applies an AND condition. Consequently, only issues that satisfy the requirements of both (or all) currently active filters will be visible on your calendar.

Example: in Quick filters, currently chosen filters are created with the following queries:

  • issuetype = Epic;

  • issuetype =Task.

Your calendar will then display no issues, because there can be no issue with two issue types. (JQL issuetype = Epic AND issuetype = Task).

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.