assignedToIndirect
Filter the work items by the target of an indirect assignment. The assignment is a user in this case.
Available operators: =, !=, IN, NOT IN
assignedToIndirect = 3 // where 3 = id of an user
Was this helpful?