Versions Compared

Key

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

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:

Code Block
languagenone
LastUpdatedBy = Admininistrator

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

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