Field: HasAttachments
Description
HasAttachments is a reference field for all entities and denotes whether or not entities have attachments associated with them.
Allowable Values
Examples
To find all scripts that have at least one attachment in the execution set:
Code Block |
---|
|
EntityType=Script AND HasAttachments=True
|
Supported Operators
=, !=, IS, IS NOT
Supported Indexes
Entity, Run
Supported Types
- AgileRun
- AutomatedTestAssignment
- AutomatedTestRun
- Incident
- Requirement
- ScriptRun
- TestScript
- TestScriptAssignment
Supported Features
Feature | Supported? |
---|
Aggregation | No |
Sortable | Yes |
Sub-selects | No |