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