Get Defects linked to a Test result using RQM APIs
I have a Test result linked to some defect workitems in an associated ccm Project Area. I wish to get the ccm link to those defects from the said testresult ( I have the rest url of the test result ). I could not find any defect details when I fetch the testresult link using my rest client.
Although I would prefer using a REST api solution but OSLC would also be acceptable.
Thank you in advance.
One answer
Have you used "fields" parameter?
You can use fields parameter to filter resources returned by the feed url you are using. You can find out some examples there:
From QM perspective, you will get the url of the wi associated or title but not more. Once you have it, you can make a new request with the URL for that work item.