I am trying to import Cucumber/Karate test execution in JSON format but the response is not as expected and doesn't import it in X-ray test execution
The response I get when I import the json is
{"testExecIssue": {
"id": "some number",
"key": "XXXXXX-123",
"self": "https://<jira host>/rest/api/2/issue/4611911"
},
"infoMessages": []
}
I was expecting "testIssues" and success keys in the JSON response