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.

Two conditions connected by the AND or OR operators can be considered as one new condition which you can connect with another condition.

Each condition is represented as certain criteria the 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 Comments)

Search for bugs with 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)

To create a filter:

  1. Open the Query Builder (Query Builder opens when you create a new query or modify a query).
  2. In the Field list select the bug field on which you wish to put a constraint. Depending on the selected field type the constraint area will show the controls for specifying constraints.
  3. Specify the constraint for the selected field.
  4. If you need to add more conditions to your filter, click the logic operator you want to use to connect it to the already specified condition.
  5. To use the excluding NOT operator, select the condition on the basis of which bugs are excluded from the search results and click NOT.
  6. Select the filed on which you want to put a constraint and specify the constraint.
  7.  
  8. Repeat steps 4-6 to add more conditions to the filter.
  9.