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 |
---|
|
LastUpdatedBy = Admininistrator
|
To find all scripts that have been last updated by members of a group ( e.g. Tester Managers):
Code Block |
---|
|
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
Feature | Supported? |
---|
Aggregation | Yes (String) |
Sortable | Yes |
Sub-selects | No |