How can I findout the project alias of RQM project areas?
Hi all,
I am trying to fetch project alias of the RQM project areas using below URL:
https://<server:port>/qm/service/com.ibm.rqm.integration.service.IIntegrationService/projects/
but some of the project areas alias are not shown the XML response. So tried to fetch test plans using project name but that not work for me. So is there any alternate way to fetch test plan(s) without using project alias? I tried with project name, uuid.
Thanks
3 answers
Hi Andrew,
The REST URL works with project area alias only. The project area name is not supported.
You can use this url to fetch project area information.
https://<server:port>/qm/projectAreaMetadata
It'll give you project area name, project area item id, configuration related information and project area alias.
Thanks,
Monika Rajput
Comments
Hi Andrew,
If the number of project areas exceed 50, you will get a URL to the next set of project areas in the XML response.(Please search for next or next page).
You then have to re-run the REST API with this URL for next page.
This must be continued based on the number of project areas you have.
Hope this helps!
Best Regards,
Bharath