Child pages
  • Query Builder

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Query Builder is used to create and modify filters and is opened whenever you want to create or modify a query.

Filters consist of several conditions linked together by the common logic operators: AND, OR, and NOT.

Below is the description of these operators:

AND

To search for the bugs that simultaneously meet two conditions use the AND operator to connect these two conditions. For example, the filter "Updated Today AND Priority in P1" will return all bugs with priority P1, which were updated today.

OR

To search for bugs that satisfy at least one of two conditions use the OR operator. For example, the filter "Updated Today OR Priority in P1 will return all bugs which have priority P1 and also bugs which were updated today.

NOT

To exclude some bugs from the filter results use the NOT operator in front of the condition that selects these bugs.

Conditions are represented as certain criteria the bug fields should satisfy. The types of these criteria are listed in the table below:

Icon

Description

 

Search for specific words in a text attribute.

 

Search for a numeric attribute having values within specified range.

 

Search for issues that have specified values in a date attribute.

 

Search for specific values in a single-value selection field.

 

Search for specific values in a multivalue selection field.