ContributionsMost RecentMost LikesSolutionsRe: Api to get executions based on testcase key/id in zephyr scale Sorry guys, I found the answer and my mistakes. All works as described - I had to use internal API ../rest/tests/... for getting internal test id and then again internal API for getting all executions, using internal test id as described! 🙂 Re: Api to get executions based on testcase key/id in zephyr scale Hello, Would you please advice what exact endpoint I should use? i.e. for example https://jira.com/jira/rest/tests/1.0/testcase/1558/testresults?fields=key,testRun or https://jira.com/rest/atm/1.0/testcase/1558/testresults?fields=key,testRun Both returns 404 😞 I use Jira server 8.13.3 and Zephyr scale 8.7.2 Also - I didn't get test id with request .../testcase/TT-T3?fields=id - got empty {}, so I used Test script id instead (1558) - is it correct? Thank you Evgeny import test cases from ALM with attachments/screenshots as expected result Hello, I plan to migrate from ALM to Zephyr Scale. I can export test cases with steps into CSV file and import to ALM. I even can get attachments from ALM and import to Zephyr via REST API, BUT only as attachments to test case and test case step. But what I want to see is that attachment (screenshot) be visible in Zephyr Scale Expected result field as a picture How I can do that? Thanks a lot for help Evgeny.