lr23
3 years agoNew Contributor
cicd automation integration script returns 500 Error in input
Hi,
I'm trying to send test junit test results to JIRA using the provided integration script: https://support.smartbear.com/zephyr-squad-cloud/docs/continuous-integration/integration-script.html
When the script runs, the response to the curl request is "status":500,"error":"Internal Server Error","message":"Error in input","path":"/api/v1/automation/job/saveAndExecute"
The call to saveAndExecute does create the automation task in JIRA, but when i try to execute manually I receive the error: "Found invalid file format. Please provide valid file to import with respect to configured framework."
The results file that I am uploading via the script uploads and executes manually without issue.