platform Name, platform Id
Filter work items by their platform field. It will work properly if the destination of the field is work or configuration items.
Available operators: =, !=, IN, NOT IN
platform = 'Summary of User Stroy'

platformName = 'Summary of Requirement'

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