Field: HasIncidents

Description

Has Incidents is a reference field for script assignments where it is associated to one or more incidents.

Allowable Values

  • True
  • False
  • Yes
  • No

Examples

To find all script assignments that have one or more incidents associated with them:

EntityType = TestScriptAssignment AND HasIncidents = True

Supported Operators

=, !=, IS, IS NOT

Supported Indexes

Entity, Run

Supported Types

  • AgileRun
  • AutomatedTestAssignment
  • AutomatedTestRun
  • ScriptRun
  • TestScriptAssignment

Supported Features

FeatureSupported?
AggregationNo
SortableYes
Sub-selectsNo

  • No labels