ownerGroup
Use the ownerGroup field to filter work items based on the group that owns them.
Supported operators:=,!=,IN,NOT IN.
* 
This filter is not supported in the baseline mode.
Example
In example, 3 is the group ID. This filter returns all work items owned by the specified group.
ownerGroup IN (3) // where 3 = id of a group
Was this helpful?