Why can't I filter the executionworkitem using ETM 7 REST API?
Hello all,
I used to filter the executionworkitem in RPE using this script:
BaseUrl + ProjectArea + "/executionworkitem?sort=descending&fields=fields/content/executionworkitem/(testplan[@href='"+identifier+"']|configuration|identifier|testscript|currentexecutionresult|testcase[@href='" + href + "'])";
Until RQM 6, I got the expected result. Now, in ETM 7.0.2, this kind of request returns me ALL the executionworkitem list, so the filter no longer works and I really don't understand why.
Please, somebody can help me?
|
Accepted answer
You should now URL encode identifier and href values. Also, use project alias instead of ProjectArea name.
Alfonso Serpe selected this answer as the correct answer
Comments
Alfonso Serpe
commented Nov 13 '21, 7:18 a.m.
Thanks so much! I can't express my gratitude to you! You've really saved my health! |
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.