Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

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:

Code Block
languagenone
AttachmentCount >= 1

All requirements which have more then one attachment

Code Block
languagenone
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