This page relates to the Cloud version of Rich Filters for Jira Dashboards. Please see the documentation index for Server & Data Center versions.

February 16, 2022

Support for filtering modes in dynamic filters


The Rich Filter Controller gadget now provides additional filtering modes for the dynamic filters that display dropdowns (e.g. Assignee, Components, Status, Labels). The filtering modes correspond to the logical operators used to combine the selected values when generating the JQL filtering condition:

  • OR: this is the default filtering mode (and the only mode previously available) – when multiple values are selected in a dynamic filter, they are combined with OR, which means that the filter returns the issues that match any (at least one) of the selected values;
  • AND: this filtering mode is available for fields which can have several values simultaneously (e.g. Labels, multiple selection fields) – when multiple values are selected in a dynamic filter, they are combined with AND, which means that the filter returns the issues that match all the selected values simultaneously;
  • NOT: available for all fields – the selected values are negated and combined with AND, which means that the filter returns the issues that don't match any of the selected values.

For more information about the Rich Filter Controller gadget, have a look at its documentation page.

For more information about dynamic filters, have a look at Configuring Dynamic Filters.