Versions Compared

Key

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

Field: HasRequirements

Description

Has Requirements is a reference field for automated tests, scripts and requirements. It is "True" when a script or requirement is associated with one or more requirements (directly or indirectly).

Allowable values

  • True
  • False
  • Yes
  • No

Examples

To find all requirements and scripts associated to requirements (directly or indirectly):

Code Block
languagenone
HasRequirements = True

To find all automated tests that have associated requirements of type 'QTP':

Code Block
languagenone
HasRequirements = Yes AND Type = 'QTP' AND EntityType = Test

Supported Operators

=, !=, IS, IS NOT

Supported Indexes

Entity

Supported Types

  • AgileRun
  • AutomatedTest
  • Requirement
  • TestScript

Supported Features

FeatureSupported?
AggregationNo
SortableYes
Sub-selectsNo