Can anyone help me retrieve the linked requirements to a script step from the execution results via RPE?
One answer
host/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/QM_Project/executionresult/urn:com.ibm.rqm:executionresult:34727?fields=feed/entry/content/executionresult/stepResults/stepResult/requirement|feed/entry/content/executionresult/*
and all the fields I needed were there. I was also able to construct a feed URL that returns all the execution results for a test case that includes the requirement links. This feed URL is:
host/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/QM_Project/executionresult?fields=feed/entry/content/executionresult/(stepResults/stepResult/requirement|*|testcase[@href='https://host/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/QM_Project/testcase/1903002537'])
I haven't tried the feed query in RPE yet, just Poster, but I am fairly confident it will work.
Jamie.