User's Guide
>
About the User's Guide
>
Codebeamer: Common Concepts
>
Searching
>
cbQL
>
Structure
>
Projection
> owner
owner
Filter the work items by an owner. The owner is a user in this case.
Available operators: =, !=, IN, NOT IN
Not supported in the baseline mode
owner IN ('bond','test')
owner = 3 // where 3 = id of an user
Was this helpful?
This site works best with JavaScript enabled