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 queries. Queries work as Boolean expressions and support three 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, which are used to connect specified conditions..

Below is the description of these operators:

AND

Use  AND operator

OR

A bug satisfies two conditions liked with OR operator if it satisfies at least one of these conditions.

NOT

A bug satisfies a condition with NOT operator before it if it does not satisfy the condition itself.