Can I get Recent Changes from RRC (DoorsNG) as RSS feed?
![]()
Hi,
I undestand how to get RSS feed of recent changes from CCM (RTC), but how to do the same from Rational Requirements Composer (or DoorsNG)? I am using versions 6.0 and 6.0.1M4. Thank you, Nemanja |
2 answers
![]()
Hi Nemanja,
Here is a link to the REST API for RM. https://jazz.net/wiki/bin/view/Main/RRCReportableRestAPI See the example for Filter by modification date:
https://server:port/rm/publish/[artifact_format]?modifiedSince=yyyy-MM-dd'T'HH:mm:ss.SSS'Z'
|
![]()
Hello
Another option is to use the Tracked Resource Set; this is a bit more low-level that the reportable REST API. I don't know what you're trying to achieve, but you can take a look at the specs and see if it suits. In the next release of DNG (6.0.1) you can use the TRS 2.0 API to do this for both Configuration Management opt-in and opt-out projects. The DNG TRS URI can be discovered via /rootservices. cheers http://open-services.net/wiki/core/TrackedResourceSet-2.0/ |