How to query workitems using status filter in EWM using OSLC API?
Querying RTC based on status value of the workitem like "New","Open","Closed",the query always returns 0 results
Does anyone have an idea about how to form a RTC query based on the status attribute?
This is the query I used
Many thanks in advance for your answers
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jan 16, 3:19 a.m.The status attribute is like any other attributes. It is just a string.
<oslc_cm:status rdf:datatype="http://www.w3.org/2001/XMLSchema#string">New</oslc_cm:status>
whereTerm2='&'+ where + '='+'oslc_cm:status='+comm.urlEncode(f"\"{state}\"")