florentinaCOccasional ContributorJoined 3 years ago5 Posts3 LikesLikes received1 SolutionView All Badges
ContributionsMost RecentMost LikesSolutionsRe: Add tests to cycle via API Hi, I just tried your solution for adding test cases to a cycle via API, and when I make the second call to Get Job progress, the request is successfully but I receive the following message and the test case is not created in the Jira { "timeTaken": "0 min, 0 sec", "stepMessage": "", "summaryMessage": "", "errorMessage": "", "progress": 1.0, "message": "{\"error\":[\"We encountered some problems during processing this request. Please try again!: BAR_4\"]}", "stepLabel": "", "stepMessages": [] } Do you know what can be the cause of that message? Thank you, Florentina Re: Error code 104 on any request Yes it is working also on my side Re: Error code 104 on any request I have opened a new zephyr squad request ticket for this issue. They respond to the request that they are able to reproduce the issue and they logged a new defect for this. Re: Error code 104 on any request Do you have new information about this issue? The API is still not working Error code 104 on any request Hello all, I'm currently working to implement the Zephyr API for NUnit tests in C# and starting approximately two hours ago all the requests I make using the Postman or from the code are returning the following error: "errorType": "ERROR", "clientMessage": "We encountered some problems during processing this request. Please try again!", "errorCode": 104 } In the morning the same request with the same data worked without any issues. I'm calling the following endpoints: - GET: https://prod-api.zephyr4jiracloud.com/connect/public/rest/api/1.0/cycles/search?versionId=<versionId>&projectId=<projectId> - GET: https://prod-api.zephyr4jiracloud.com/connect/public/rest/api/1.0/executions/search/cycle/<cycleId>?versionId=<versionId>&projectId=<projectId> - PUT: https://prod-api.zephyr4jiracloud.com/connect/public/rest/api/1.0/execution/<executionId> Do you know what can be the cause of this error? Thank you Solved