Field: Editors

Description

Editors is a reference field for all entities and is related to change tracking. Editors and Editor search the same information, with the plural version of the field provided for convenience/improving readability of some queries.

Examples

To find all entities that have been changed by a user e.g. Administrator, Tester1 or Tester2:

Editors IN [Administrator, Tester1, Tester2]

To find all scripts that have been edited by members of a group ( e.g. Tester Managers):

EntityType = Script AND Editors IN MembersOf('Test Managers')

See Also

Supported Operators

=, IN, !=, NOT IN, IS, IS NOT

Supported Indexes

Entity

Supported Types

  • AgileRun
  • AutomatedTest
  • AutomatedTestAssignment
  • Incident
  • Requirement
  • TestScript
  • TestScriptAssignment

Supported Features

FeatureSupported?
AggregationNo
SortableNo
Sub-selectsNo

  • No labels