Hi,
we are trying to fetch all the Testcase Execution records assgined a specific owner using REST APIs but I am unable to do so.
So far we have tried the following URLs with both url encoded and unencoded format for the 'fields' part:
-
https://<ServerUrl>/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<ProjectAlias>/executionworkitem?feed/entry/content/executionworkitem/owner[@resource="https://rb-alm-02-t3.de.bosch.com/jts/resource/itemName/com.ibm.team.repository.Contributor/<MemberID>"]
-
https://<ServerUrl>/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<ProjectAlias>/executionworkitem?feed/entry/content/executionworkitem[owner='<MemberID>]/*
-
https://<ServerUrl>/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<ProjectAlias>/executionworkitem?feed/entry/content/executionworkitem[owner/@resource="<ServerUrl>/jts/resource/itemName/com.ibm.team.repository.Contributor/<MemberID>"]
Any leads on what we are doing incorrectly here and the real solution would be much appreciated.
Thanks !!!
Comments
Update: I tried with Project Area OSLC ID instead of Alias Name as well...it's still no good.