ContributionsMost RecentMost LikesSolutionsRe: how to upload junit test result file to existing test cycle I also have this problem - trying to make a POST request and additional JSON which contains information on test cycle for Zephyr scale is always ignored. putting this as another Key "testCycle" in the form-data with value { "name":"regression overlays", "description":"regression testing", "jiraProjectVersion":1, "folderId":7367090, "customFields":null } trying to following this API doco https://support.smartbear.com/zephyr-scale-cloud/api-docs/#tag/Automations/operation/createJUnitExecutions get a request back but test cases are not put inside test cycle which suggest JSON part of request is being ignored. { "testCycle": { "id": 8411568, "url": "https://futurefund.atlassian.net/projects/ICRMK?selectedItem=com.atlassian.plugins.atlassian-connect-plugin%3Acom.kanoah.test-manager__main-project-page#!/testPlayer/ICRMK-R70", "key": "ICRMK-R70" } }