team Name, team Id
Filter work items by their team field. This field work properly if the destination of the field is work or configuration items.
Available operators: =, !=, IN, NOT IN
team = 'Summary of Team'

teamName = 'Summary of Team'

teamId IN (1, 2, 3)
Was this helpful?