Field: HasAttachments

Description

HasAttachments is a reference field for all entities and denotes whether or not entities have attachments associated with them.

Allowable Values

  • True
  • False
  • Yes
  • No

Examples

To find all scripts that have at least one attachment in the execution set:

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

FeatureSupported?
AggregationNo
SortableYes
Sub-selectsNo

  • No labels