RDNG : comparison/diff report between Changeset and stream
![]() how to generate comparison/diff report between Changeset and stream in RDNG? |
Accepted answer
![]()
Ian Barnard (1.5k●6●13)
| answered Jul 28 '22, 9:10 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Jul 28 '22, 9:16 a.m. The comparison schema and API (new in 7.0.2) are documented as part of the DOORS Next Reportable REST API - it's at the bottom of this page https://jazz.net/wiki/bin/view/Main/DNGReportableRestAPI
It looks very straightforward to invoke, you'll just need an authenticated session. Doesn't appear to be any special headers required, same as the rest of the Reportable REST API, so once you've built the diff URL you can try it in a logged-in browser tab :-)
The output is XML, if you need some other format you'll have implement that yourself.
Vani B selected this answer as the correct answer
|