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:
EntityType = Requirement
All entities of type script or script assignment:
EntityType = Script OR EntityType = ScriptAssignment
Which can also be written as:
EntityType IN [Script, ScriptAssignment]
All entities which are not packages:
EntityType != Package
Supported Operators
Supported Indexes
Entity, Package, Relationship, Run
Supported Types
- AgileRun
- AutomatedTest
- AutomatedTestAssignment
- AutomatedTestRun
- Incident
- Requirement
- RequirementPackage
- ScriptRun
- TestExecutionPackage
- TestScript
- TestScriptAssignment
- TestScriptPackage
Supported Features
Feature | Supported? |
---|---|
Aggregation | Yes (String) |
Sortable | Yes |
Sub-selects | No |