How can I access data from a ?stylesheet=true field? in RPE
I need to report on the section names of a test plan in RPE. I can access these names using the URI:
https://<server>:<port>/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<Project+Name>/testplan/urn:com.ibm.rqm:testplan:<testPlanNumber>?stylesheet=true
this gives output that looks like this:
<?xml version="1.0" encoding="UTF-8" ?> |
Accepted answer
You need to edit qm.xsd schema so as to honor the dynamic sections. In RPE, you can open the schema in Editor and make the necessary changes. You should get the ID of your section (ex. "com.ibm.rqm.planning.editor.section.dynamicSection_1519188863945") and add the custom section definition inside these tags:<xs:element name="testplan">/<xs:complexType>/<xs:complexContent>/<xs:extension base="reportableArtifact">/<xs:sequence>
Harrison Vince selected this answer as the correct answer
|
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.