How to Print DOORS Next Requirements in View linked to a Test Plan?
Currently in my test plans my requirements collections are views within a DOORS NEXT Module.
When trying to piblish to RPE the href in the requirementset query has the form https://localserver:9443/rm/materializedviews/
This doesn't match any of the doucmentation I've seen, which refers to everthing with rm/resources/
Where do I use the ID at the end of the materializedviews part?
When trying to piblish to RPE the href in the requirementset query has the form https://localserver:9443/rm/materializedviews/
This doesn't match any of the doucmentation I've seen, which refers to everthing with rm/resources/
Where do I use the ID at the end of the materializedviews part?
One answer
The ID that we get at the end of the materializedviews part is viewURI. You can cross check this in View's Permalink.To get the resources in this view, we need to use a URL as follows (please refer https://jazz.net/wiki/bin/view/Main/RRCReportableRestAPI):
https://server:port/rm/publish/resources?viewURI=id1&projectURI=id2
We may need to hardcode the value for id2
https://server:port/rm/publish/resources?viewURI=id1&projectURI=id2
We may need to hardcode the value for id2
Comments
Currently https://server:port/rm/publish/resources?viewURI=ID request does not work. We have a defect opened for this.