Unable to Fetch TCERs assigned to a specific owner using ETM REST API
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:
Any leads on what we are doing incorrectly here and the real solution would be much appreciated.
Thanks !!!
|
Accepted answer
Hi Jitesh,
you might consider placing the brackets like this: owner[@resource='member_Id']
So for me this works:
Of course only, if encoded:
regards Stefan
Jitesh Saha selected this answer as the correct answer
Comments Needed to edit the html...
Jitesh Saha
commented Apr 14 '22, 12:52 a.m.
Hi Stefan,
This works excatly as expected. Thanks a lot for the answer !!!
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Update: I tried with Project Area OSLC ID instead of Alias Name as well...it's still no good.