Does RTC v6.0.3 have OSLC-CM REST API?
Accepted answer
Have you checked these two documents?
https://jazz.net/wiki/bin/view/Main/WorkItemAPIsForOSLCCM20
https://jazz.net/wiki/bin/view/Main/ReportsRESTAPI
Comments
I haven't seen those two documents before. I just reviewed them and didn't find a way to know if RTC v6.0.3 has OSLC-CM REST API though.
Actually I'm having issue to get correct response content of work item query through Python rtcclient. A valid sample query response content from Python rtcclient owner has something like “oslc_cm:Collection xmlns:oslc_cm” and “rtc_cm:archived”, but mine is just work item page’s source. I suspect it’s because our RTC has no OSLC-CM REST API support. I want to find out if it is the root cause.
If one version of a Jazz application supports a given version of a given OSLC API, then all later versions of that Jazz application with support either that version of that OSLC API or a later version of that OSLC API. Therefore, based on the articles Donald referenced, you are guaranteed that RTC v6.0.3 supports the OSLC CM API.