Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How to get exact version of RQM using REST API?

Hi,

I am trying to get the version of RQM using the following URL in REST

https://localhost:9443/qm/application-about

The resultant XML has the node named jfs:version to find the version of the server. But this approach provides only the major version as 4.0 and not its subversion like if 4.0.2, 4.0.3 etc.

Can anybody help me in getting these sub versions of the server through REST?

0 votes



One answer

Permanent link
It works for me.
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:jfs="http://jazz.net/xmlns/prod/jazz/jfs/1.0/"
         xmlns:dcterms="http://purl.org/dc/terms/"
         xmlns:oslc="http://open-services.net/ns/core#">
    <oslc:Publisher  rdf:about="https://clm406:9443/qm/application-about">
        <dcterms:title>Quality Management</dcterms:title>
        <dcterms:description>Delivers capabilities for test management, including test planning, creation, and execution, as well as workflow control, tracking, and end-to-end traceability.</dcterms:description>
        <dcterms:identifier>http://jazz.net/application/qm</dcterms:identifier>
        <jfs:version>4.0.6</jfs:version>
        <oslc:icon rdf:resource="https://clm406:9443/qm/web/com.ibm.rqm.planning.web/ui/internal/page/templates/images/banner/RQM_16.png"/>
        <jfs:instanceName>/qm</jfs:instanceName>
    </oslc:Publisher >
</rdf:RDF>


0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,951

Question asked: Aug 12 '14, 11:36 p.m.

Question was seen: 4,289 times

Last updated: Aug 13 '14, 3:12 p.m.

Related questions
Confirmation Cancel Confirm