Fetch list of baseline UUID from Baseline Enabled Project
Hello Everyone,
Kindly provide API to get list of baseline UUIDs and search Test Plan and Test case from particular baseline. The list of baseline to be fetched is from the project Area, in which Baseline is Enabled.
Thanks and Regards,
Jyoti
|
One answer
Hi Jyoti,
You would get list of baselines with their ID's enclosed in a xml file along with IntegrationURL with other details like id, last modified date, title, link of the baselines in a project area using the below URL
https://<hostname>/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<Project-UUID>/baseline
Sample text as below
<entry xmlns="http://www.w3.org/2005/Atom">
<updated>2020-12-17T07:00:22.549-08:00</updated>
<title type="text">SGC MTM 1.0 Release</title>
<summary type="text"></summary>
<link href="https://jazz.ibm.com:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/_rikP0EB1Eeus6Zk4qsm_Cw/baseline/_ljjMUUB4Eeus6Zk4qsm_Cw" rel="alternate" type="application/xml" title="" />
</entry>
|
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.