How to Print DOORS Next Requirements in View linked to a Test Plan?
Ben Sharples (81●33●60)
| asked Jun 06 '15, 4:23 p.m.
edited Jun 10 '15, 10:06 a.m. by Paul Slauenwhite (8.4k●1●2)
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? |
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 Comments
Subramanya Prasad Pilar
commented Jun 19 '15, 3:24 a.m.
Currently https://server:port/rm/publish/resources?viewURI=ID request does not work. We have a defect opened for this.
|
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.