Fetch Testplan history details between specified time range
We have a REST API which can fetch the testplan changes only between a defined time range as given below.
https:localhost/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/paAlias/testplan?includeArchived=true&fields=feed/entry/content/testplan%5Bupdated%3E%3D%272024-01-18T09%3A21%3A08.351616200Z%27+and+updated%3C%3D%272024-01-23T06%3A37%3A08.959063900Z%27%5D%2F*
In the similar way can we fetch the history of testplan within the given time range using the below API.
https://localhost/com.ibm.rqm.integration.service.IIntegrationService/history?resourceId=resources/paName/testplan/urn:com.ibm.rqm:testplan:3062
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jan 25 '24, 2:35 a.m.That is awesome, but what is the question?
Vinay Kulkarni
Jan 25 '24, 3:59 a.m.In the similar way can we fetch the history of testplan within the given time range using the below API.
https://localhost/com.ibm.rqm.integration.service.IIntegrationService/history?resourceId=resources/paName/testplan/urn:com.ibm.rqm:testplan:3062