assignedToRole
Filter the work items by the target of the assignment. The assignment is a role in this case.
Available operators: =, !=, IN, NOT IN
assignedToRole IN (3276) // where 3276 = id of a role
Was this helpful?