It's all about the answers!

Ask a question

How to get RM version number


Umar Ashraf (154) | asked May 13 '19, 11:18 a.m.

 Is there a way to get the version number of RM (doorsng) using RM Extensions API 605?

Accepted answer


permanent link
Kevin Ramer (4.5k8183200) | answered May 13 '19, 12:04 p.m.

You could use the /application-about which 1) doesn't need authentication 2) provides a small XML response

<rdf:rdf xmlns:jfs="http://jazz.net/xmlns/prod/jazz/jfs/1.0/" xmlns:oslc="http://open-services.net/ns/core#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dcterms="http://purl.org/dc/terms/">
    <oslc:publisher rdf:about="https://jts03:9443/rm/application-about">
        <dcterms:title>Requirements Management</dcterms:title>
        <jfs:nonlocalizedtitle>Requirements Management</jfs:nonlocalizedtitle>
        <dcterms:description>This application provides the capabilities to create and manage requirements and trace them to modeling, testing, and change and configuration management. You can define, elicit, capture, elaborate, discuss, and review requirements and supporting artifacts.</dcterms:description>
        <dcterms:identifier>http://jazz.net/application/rm</dcterms:identifier>
        <jfs:version>6.0.3</jfs:version>
        <oslc:icon rdf:resource="https://jts039443/rm/web/com.ibm.rdm.web/pages/images/RDNG_16.png"/>
        <jfs:instancename>/rm</jfs:instancename>
    </oslc:publisher>
</rdf:rdf>
Umar Ashraf selected this answer as the correct answer

Your answer


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.