How do I query for oslc_cm:trackedWorkItem NOT set?
![]()
Using the RTC Query Editor, it's possible to query for workitems with "Contribute for" linktype not setting.
How do I do the same thing using oslc?
When I use oslc.where=oslc_cm:trackedWorkItems!="", I receive all workitems thas HAS the "Contribute for" link set.
But, using oslc.where=oslc_cm:trackedWorkItems="" doesn't work...
I'm using the request headers OSLC-Core-Version=2.0 and Accept=application/xml, Mozilla Firefox and Poster.
So, how do I query for oslc_cm:trackedWorkItem NOT set using OSLC-CM?
Thanks in advance.
|
Accepted answer
![]()
Not you can't. You cannot use OSLC API to test an empty or null value.
Andre Carlos Antunes de Oliveira selected this answer as the correct answer
|