How to get all items from given type, RTC 6.0.1M1?
Dinyo Dinev (31●12●35)
| asked Oct 02 '15, 6:01 a.m.
edited Oct 02 '15, 8:00 a.m. by Ralph Schoon (63.5k●3●36●46)
Hi, I created a workItem type named "custom" and I want to find all artifacts from from that workItem. So I do GET request using POSTman tool:
https://10.0.2.79:9443/ccm/oslc/contexts/_tsVvMWWwEeWQIIEAtKgWEg/workitems?oslc.where=rtc_cm:type="custom"&oslc.prefix=rtc_cm=<http://jazz.net/xmlns/prod/jazz/rtc/cm/1.0> But get the error: <rdf:RDFWhere is my wrong ? How to fix that? |
One answer
You should use "dcterms:type" if you want to use the name of the work item type. The value of "rtc_cm:type" is the type URI.
|
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.