Child pages
  • Query Builder

Versions Compared

Key

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

...

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 to connect them. 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 Each condition is represented as certain criteria the bug fields selected field should satisfy. The types of these criteria are listed in the table below:

Icon

Description

Search for bugs with specific words in a text field (for example , in commentsComments)

Search for bugs with a value of a numeric field value within a specified range (for example , Votes).

Search for bugs with date field value within a specified time range (for example , Submit Date).

Search for bugs with a single selection field value in the set of selected values (for example , Priority).

Search for bugs with a multiple selection field value in the set of selected values (for example , Keywords)