Versions Compared

Key

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

Field: EntityType

Description

EntityType refers to the type of entities you want included in the results - including requirements, script, automated tests, script assignments, automated test assignments, incidents and packages.

Possible Values

See the Types topic for details on the list of supported type values.

Examples

All entities of type requirement:

Code Block
languagenone
EntityType = Requirement

All entities of type script or script assignment:

Code Block
languagenone
EntityType = Script OR EntityType = ScriptAssignment

Which can also be written as:

Code Block
languagenone
EntityType IN [Script, ScriptAssignment]

All entities which are not packages:

Code Block
languagenone
EntityType != Package

Supported Operators

=, IN, !=, NOT IN

Supported Indexes

Entity, Package, Relationship, Run

Supported Types

  • AgileRun
  • AutomatedTest
  • AutomatedTestAssignment
  • AutomatedTestRun
  • Incident
  • Requirement
  • RequirementPackage
  • ScriptRun
  • TestExecutionPackage
  • TestScript
  • TestScriptAssignment
  • TestScriptPackage

Supported Features

FeatureSupported?
AggregationYes (String)
SortableYes
Sub-selectsNo