Skip to end of banner
Go to start of banner

February 16, 2022

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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.

  • No labels