Search code examples
restapihp-alm

How to filter HP ALM defects using REST API?


I am not able to apply filters to the defects list. Is there a way to get the filtered defects list using REST API ?

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

Above URL gives me details about the defect 259. How to get all defects having Status= {Assigned,Open,SIT-Ready,UAT-Ready,Rejected} and detected-in-rel = Sprint1


Solution

  • Yes, you have to use query parameter into your URL.
    Check Filtering Section of official docs for details