Forum Discussion

lucasf1's avatar
lucasf1
New Contributor
3 months ago
Solved

executedBy field for testrun endpoint

Hello community! I am tasked with utilizing this endpoint to post test case results to our zephyr org instance:  /testrun/{testRunKey}/testcase/{testCaseKey}/testresult There is a specific fiel...
  • MisterB's avatar
    2 months ago

    Hi lucasf1 

    I believe this will work if you use the Jira Account ID - at least it has done for me in the past when I have manually imported a CSV file.  You can find user Account IDs using the Jira REST API endpoint:

    GET https://yourdomain.atlassian.net/rest/api/3/users/search

    Or, for a quick check, you could use "Export to XML" on an issue and you will see the Account IDs for Reporter & Assignee