Versions Compared

Key

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

Field: PostCondition

Description

The Post Condition field is a user populated text field used to describe a post condition of an item, such as a Test Script.

Lucene Syntax

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

See the Lucene Query Parser documentation for more information.

Examples

All entities where the PostCondition field does not contains the text "test"

Code Block
languagenone
PostCondition !~ test

Test Scripts where the postcondition field contains the text "test"

Code Block
languagenone
EntityType = TestScript AND PostCondition ~ test

Supported Operators

~, !~, IS, IS NOT

Supported Indexes

Entity

Supported Types

  • AgileRun
  • TestScript

Supported Features

FeatureSupported?
AggregationNo
SortableNo
Sub-selectsNo