REST API - Exeuctionresult feed for test case returns all execution results for project, not a filtered list
My dynamic datasource config is:
BaseURL + "executionresult?fields=feed/entry/content/executionresult[testcase/@href='" + _value + "']/";
_value is the "testcase/dentifier/_value"
The URL correctly resolves to https://[OURSERVER]/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/[OURPROJECT]/executionresult?fields=feed/entry/content/executionresult[testcase/@href='https://[OURSERVER]/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/[OURPROJECT]/testcase/urn:com.ibm.rqm:testcase:912']/
But in the published report, I get all the test case execution results for the whole project, not just for the test case. How am I going wrong?
Thanks,
Glyn