How to print DSRQM column as displayed in doors using rpe
![]()
I am trying to print a trace matrix from doors, I have a dsrqm testplan testcase column, obj id and obj text. The problem is that the rqm column displays this huge url and I only want it to display the plan name and the test case name. Anyone have any ideas?
|
One answer
![]()
The URL for the RQM test artifacts is a RQM Reportable REST API URL. As such, you would need to GET the testplan/testcase to resolve the ID/name, if DOORS does not store this information.
|