modifiedBy
Use the modifiedBy field to filter work items based on the user who last modified them.
Supported operators: =,!=,IN,NOT IN.
Example
To filter work items modified by user ID 1:
To filter work items modified by a specific user name:
modifiedBy = 1

modifiedBy = 'user name'
Was this helpful?