Field: Priority

Description

Priority applies to multiple entities such as Requirements and Test Scripts, it is one of the core picklists in Enterprise Tester.

Examples

Requirements and test scripts that have a high priority for a specific project "Testing":

Project = "Testing" AND EntityType IN ["Requirement", "TestScript"] AND Priority = "High"

All the Critical and High requirements:

Project = "Testing" AND EntityType = "Requirement"AND Priority IN [Critical, High]

Supported Operators

=, IN, !=, NOT IN

Supported Indexes

Entity, Run

Supported Types

  • AgileRun
  • Incident
  • Requirement
  • ScriptRun
  • TestScript
  • TestScriptAssignment

Supported Features

FeatureSupported?
AggregationYes (String)
SortableYes
Sub-selectsNo

  • No labels