It's all about the answers!

Ask a question

Can I get Recent Changes from RRC (DoorsNG) as RSS feed?


Nemanja Kostic (1111) | asked Oct 14 '15, 8:54 a.m.
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



permanent link
ian green (17814) | answered Dec 02 '15, 7:07 p.m.
JAZZ DEVELOPER
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/

permanent link
Tamisha Thompson (41) | answered Oct 25 '15, 3:06 p.m.
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'

Hopefully, this gets you what you need.

Be mindful of the date specified, as this could potentially execute a long running query if you provide a date where the query result returns a large number of records.

Your answer


Register or to post 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.