How to get primary text for DOORS Next artifact revision using RPE?
How can I get the primary text for an artifact's prior revision using RPE? The "resources" and "revisions" REST API calls return direct links to the web page for a prior revision, but I need to be able to construct a dynamic data source in RPE.
|
Accepted answer
I am afraid you cannot get this as DNG does not support the filter by revision. https://server:port/rm/publish/resources?resourceURI=_KtfbV55xEeSkVYJ_aOdUAg&revision=_KtfbWp5xEeSkVYJ_aOdUAg always gives latest vale.
However you can report on baselines as explained in https://rpeactual.com/2014/08/06/producing-documents-from-dng-module-baselines Robert Huet selected this answer as the correct answer
|
One other answer
Maybe that used to be the case but not any more. I'm on DNG 7.0.2
For an artifact like this:
https://server:port/rm/publish/resources?resourceURI=TX_hy4XteU-Eeuk4MFGh6UdSA
A collections of revisions can be selected like so (note publish/revisions instead of publish/resources) :
https://server:port/rm/publish/revisions?resourceURI=TX_hy4XteU-Eeuk4MFGh6UdSA
That returns all the revisions for that resource. In the collection of revisions there is:
|
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.