Field: Notes

Description

Notes is a reference field for test scripts.

Lucene Syntax

Within the contains/does not contains value for the "Notes" field, you can use Lucene query parser syntax - including * and ? wildcards.

See the Lucene Query Parser documentation for more information.

Examples

For the projects ATM Upgrade and ATM Software, find all Scripts where the Notes field contains "tranfer money".

Project IN ["ATM Upgrade", "ATM Software"] AND Notes ~ "transfer money"

Supported Operators

~, !~, IS, IS NOT

Supported Indexes

Entity

Supported Types

  • AgileRun
  • TestScript

Supported Features

FeatureSupported?
AggregationNo
SortableNo
Sub-selectsNo

  • No labels