We recently migrate to Jira/Xray cloud. so have had to change any api interations.
I am attempting to upload a test result to a test execution, but i am getting : "Result is not valid Xray Format"
Any assistance greatly appreciated.
https://xray.cloud.getxray.app/api/v2/import/execution
{
"tests": [{
"start": "2025-10-29T10:55:06+01:00",
"finish": "2025-10-29T10:57:41+01:00",
"comment": "Success",
"testKey": "TEST-4104",
"steps": [{
"comment": "Step 2: iteration Passed1",
"evidences": [{
"filename": "Test- TEST_4104.zip PASS.zip",
"data": ".....",
"contentType": "application\/x-zip-compressed"
}
],
"status": "PASS"
}
],
"status": "PASS"
}
],
"info": {
"summary": "Automation Test",
"description": "This execution is automatically created ",
"user": "test.user@email.com",
"startDate": "2025-10-29T10:54:55+01:00",
"testExecutionKey": "TEST-7556",
"finishDate": "2025-10-29T10:58:31+01:00"
}
}