0

Below REST API gives all the defects under project from ALM

/qcbin/rest/domains/{domain}/projects/{project}/defects/

Is there any way to get the linked defects associated with test set in ALM using REST API?

Koby Douek
  • 16,156
  • 19
  • 74
  • 103
Nagendra
  • 191
  • 1
  • 3
  • 20

1 Answers1

0

following query will help if HPALM version is >= 11.5

/qcbin/rest/domains/{domain}/projects/{project}/defect-links?query={second-endpoint-id[test-set-id];second-endpoint-type[test-set]}"

Thx Gaurav

Gaurav
  • 811
  • 9
  • 21