ownerGroup
Filter the work items by an owner. The owner is a group in this case.
Available operators: =, !=, IN, NOT IN
Not supported in the baseline mode
ownerGroup IN (3) // where 3 = id of a group
Was this helpful?