User Guide
>
About the User Guide
>
Codebeamer: Common Concepts
>
Searching
>
Introduction to cbQL
>
cbQL Structure
>
Fields
>
project.id
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?
This site works best with JavaScript enabled