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?