assignedTo
Filter the work items by the target of the assignment. The assignment is a user in this case.
Available operators: =, !=, IN, NOT IN
assignedTo IN ('bond','test')

assignedTo = 3 // where 3 = id of an user
Was this helpful?