Versions Compared

Key

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

Field: Editor

Description

Editor is a reference field for all entities and is related to change tracking. An editor is any user who has made a change to the entity (created or updated).

Examples

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

Code Block
languagenone
Editor = Administrator

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

Code Block
languagenone
EntityType = Script AND Editor = 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