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