It's all about the answers!

Ask a question

Access DNG Requirements from test plan requirement collection


Harrison Vince (35116) | asked Jun 21 '18, 7:40 p.m.
edited Jun 22 '18, 2:19 a.m.

I want to access the DNG requirements from the "Requirement Collection Links" section of a test plan in qm. I am using views here. I am able to get the requirementset by adding the calmlinks filter to the test plan query:

https://server:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<project>/testplan/urn:com.ibm.rqm:testplan:251?calmlinks=true
The requirementset part of the xml then gives me a url of the format:
- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:acc="http://open-services.net/ns/core/acc#" xmlns:acp="http://jazz.net/ns/acp#" xmlns:calm="http://jazz.net/xmlns/prod/jazz/calm/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dng_task="http://jazz.net/ns/rm/dng/task#" xmlns:jazz_rm="http://jazz.net/ns/rm#" xmlns:nav="http://jazz.net/ns/rm/navigation#" xmlns:oslc="http://open-services.net/ns/core#" xmlns:oslc_auto="http://open-services.net/ns/auto#" xmlns:oslc_config="http://open-services.net/ns/config#" xmlns:oslc_rm="http://open-services.net/ns/rm#" xmlns:process="http://jazz.net/ns/process#" xmlns:public_rm_10="http://www.ibm.com/xmlns/rm/public/1.0/" xmlns:rm="http://www.ibm.com/xmlns/rdm/rdf/" xmlns:rm_property="https://server:9443/rm/types/">
    - <oslc_rm:RequirementCollection rdf:about="https://server:9443/rm/materializedviews/viewid">
        <oslc_rm:uses rdf:resource="https://server:9443/rm/resources/artifact1id" /> 
        <oslc_rm:uses rdf:resource="https://server:9443/rm/resources/artifact2id" /> 
... ... ...
How can I get the schema to view this data?

Be the first one to answer this question!


Register or to post 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.