SHASHANK Balaganchi
SHASHANK Balaganchi

Reputation: 11

How to Extract detected in Release name or detected in cycle name from HP ALM using rest API?

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

Answers (1)

Sunil Jose
Sunil Jose

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.

https://admhelp.microfocus.com/alm/api_refs/REST_TECH_PREVIEW/Content/REST_API_Tech_Preview/General/Overview.html

enter image description here

Upvotes: 0

Related Questions