ContributionsMost RecentMost LikesSolutionsHow to publish junit xml results to Zephyr DataCenter/Server Hi, We are trying to publish Junit xml results to Zephyr Server but its accepting only 1. Results in json format 2. tm4j-junit-integration maven plugin generates json file but works only with Junit4. Can you please provide if there is any workaround? Uploading Junit reports to Zephyr Data Center Hi, I am running below curl command to publish Junit reports but its not successful. Note: I compressed all xml files into a zip file. Curl Command: curl --location 'https://<my_company_jira_server_url>/jira/rest/atm/1.0/automation/execution/<projectKey>?autoCreateTestCases=true' -H "Authorization: Bearer <sometoken>" -F "file=@anji.zip;type=application/x-zip-compressed" Output: {"errorMessages":["Invalid ZIP file"]}%