Reputation: 11
I am developing an application that extracts defects from HP ALM using rest api call.
Detected in Release and Detected in Cycle has ID stored and not able to extract their reference by value.. Could you please help me to do so?
Upvotes: 0
Views: 134
Reputation: 41
Use the below URLs to get the releases and releases-cycles collection.
/qcbin/rest/domains/{domain}/projects/{project}/releases /qcbin/rest/domains/{domain}/projects/{project}/release-cycles
You may refer the below documentation page for further information.
Upvotes: 0