Field: LastUpdatedBy

Description

The Last Updated By field 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.

Examples

To find all entities where the last change was made by a user e.g. Administrator:

LastUpdatedBy = Admininistrator

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

EntityType = Script AND LastUpdatedBy = MembersOf('Test Managers')

See Also

Supported Operators

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

Supported Indexes

Entity, Run

Supported Types

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

Supported Features

FeatureSupported?
AggregationYes (String)
SortableYes
Sub-selectsNo

  • No labels