project.id
You can filter work items using the ID of a specific project.
Supported operators: =,!=,IN,NOT IN
Example
To filter work items for project ID 1:
project.id = 1
Was this helpful?