assignedToGroup
To filter work items based on the group to which they are assigned, use the assignedToGroup field in your query.
Supported operators: =, !=, IN, NOT IN
Example
In the following example, 121 is the ID of the group. The results return all work items assigned to that group.
assignedToGroup IN (121) // where 121 = id of a group
Was this helpful?