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

Getting all projects areas for the given RQM server !

Hi,
How do we get the all projects areas exist in particular given RQM server
for e.g, https://host:9443/qm, how do we get all project areas under this given RQM server

0 votes



3 answers

Permanent link
Hi Chandrahasa,
you can use the following url
https://host:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/projects

0 votes

Comments

Do we have any method to get it programmatic ?

if you are using java you can use HttpClient to do a 'GET' request to the above url and get the xml content and add Header '"Accept: application/xml' from the response body, then parse the xml to get all the project areas, other programming languages are alike.


Permanent link
Hi

When you say 'get all project areas under this given RQM server', do you mean to migrate these project areas from a different jazz team server?
If its on the same server, you will see all the project areas under the specified application provided you are the admin or have access to all this project areas.

In-case you are trying to migrate project areas from a different server, you can try using copy utility:
https://jazz.net/downloads/rational-quality-manager/releases/4.0/RQM-Extras-RQMCopyUtil-4.0.zip.

Hope this helps!!

Best Regards
Rajat

0 votes


Permanent link
You can get all project areas by using REST API. Please see https://jazz.net/wiki/bin/view/Main/DraftTeamProcessRestApi#GET_project_areas_collection

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

Question asked: Aug 30 '12, 7:54 a.m.

Question was seen: 3,361 times

Last updated: Sep 04 '12, 4:14 a.m.

Confirmation Cancel Confirm