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