Get artifacts ids changed within a changeset?
We're trying to create a widget that has a succinct view of a changeset's changes, besides using the "Compare with Sream" tool. Is there a way to get the ids or artifacts in general of the artifacts that have been changed within a changeset? Currently, we can get the context and data of all modules in the context of the changeset, and then get the data of all modules in the context of the stream, and compare the two sets of data to get what we need, but this is extremely slow with a large dataset.
Is there a way within any of the available api's to accomplish this?
One answer
Hi Jake
In 7.0.2 there is a new aspect of the DOORS Next Reportable REST API which provides information from comparing two related configurations, see https://jazz.net/wiki/bin/view/Main/DNGReportableRestAPI#Comparison_schema_and_API
Also in 7.0.2 during the Compare with Stream operation you can produce a comparison report to PDF or Microsoft Word see https://jazz.net/pub/new-noteworthy/erm/7.0.2/7.0.2/index.html#7
HTH
Ian