project.name
Filter the work items by the name of a project.
Available operators: =, !=, IN, NOT IN
project.name IN ('Test', 'Test2')
Was this helpful?