Field: AttachmentCount

Description

The Attachment Count field refers to the total number of attachments associated with an entity (requirement, test script, script assignment or incident).

Examples

All entities which have more then one attachment:

AttachmentCount >= 1

All requirements which have more then one attachment

EntityType = Requirement AND AttachmentCount >= 1

Supported Operators

=, <, >, <=, >=, IN, !=, NOT IN

Supported Indexes

Entity, Run

Supported Types

  • AgileRun
  • AutomatedTestAssignment
  • AutomatedTestRun
  • Incident
  • Requirement
  • ScriptRun
  • TestScript
  • TestScriptAssignment

Supported Features

FeatureSupported?
AggregationYes (Int32)
SortableYes
Sub-selectsNo

  • No labels