Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

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":

Code Block
languagenone
EntityType = Incident AND Project = "Test Project" AND Description ~ "refresh"

Supported Operators

~, !~, IS, IS NOT

Supported Indexes

Entity

Supported Types

  • AgileRun
  • Incident
  • Requirement
  • TestScript

Supported Features

FeatureSupported?
AggregationNo
SortableNo
Sub-selectsNo