About query filters

Add filter definitions to queries to select only those database records that meet the criteria you define.

You can group filters to create complex filter expressions. Use the And operator to select only those records that meet all the filter definitions. Use the Or operator to select those records that meet any of the filter definitions.

For example, you can create a filter expression to retrieve only those defects that are both open and assigned to you. Use the And operator to group the filters.
As another example, you can create a filter expression to search for defects that either are associated with the component that you are working on or that have been assigned to you. Use the Or operator to group the filters.