Is it possible to combine "and" and "or" operations in the oslc.where clause?
I have an olsc query that filters on resolution value. It works fine with one value, but I need to filter on multiple values of Resolution. Is this possible?
Working example:
I need to filter where= com.team.ibm.workitem.workflow.defect.resolution.r5 or com.team.ibm.workitem.workflow.defect.resolution.r9
Is this possible?
Thanks,
Binoy
|
Accepted answer
Unfortunately you cannot do it by using "OR", as OSLC does not allow the "OR" operator. Try "IN".
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.