Getting all projects areas for the given RQM server !
3 answers
Hi Chandrahasa,
you can use the following url
https://host:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/projects
you can use the following url
https://host:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/projects
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.
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
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
You can get all project areas by using REST API. Please see https://jazz.net/wiki/bin/view/Main/DraftTeamProcessRestApi#GET_project_areas_collection