Field: Description
Description
The Description field is a reference field for any entity (Requirements, Scripts, Script Assignment and Incidents).
Lucene Syntax
Within the contains/does not contains value for the "Description" field, you can use Lucene query parser syntax - including * and ? wildcards.
See the Lucene Query Parser documentation for more information.
Examples
To find all incidents of project XYZ that contain the word "refresh":
EntityType = Incident AND Project = "Test Project" AND Description ~ "refresh"
Supported Operators
Supported Indexes
Supported Types
- AgileRun
- Incident
- Requirement
- TestScript
Supported Features
Feature | Supported? |
---|---|
Aggregation | No |
Sortable | No |
Sub-selects | No |