Execute test Using API
I created a cycle, added my test to it and got the "Execution ID" all using API. But when I try to get the Test step Execution IDs so that I can update the statuses of the individual test step. The API just returns an empty array. But when I call the same API after I click the execute button in UI it returns the relevant data. Is there a way to execute the test using API. I don't want to UI every time for this. Thanks35Views1like0CommentsZbot configuration
Hello, I have downladed Zepyre Squad, and i want to conduct Selenium Tests using Zbot REST API. i have configured the Zbot according to the README file, but now how do i connect it back to JIRA? there are no Zbots in the Automation Test Zbot Selection Drop Down....232Views1like1CommentExpecting claim 'qsh' to have value error message
Hello, I am trying to call endpointhttps://prod-api.zephyr4jiracloud.com/connect/public/rest/api/1.0/execution/statusesbut I am still getting 401 with message Expecting claim 'qsh' to have value '439bad...' but instead it has the value 'f62b7...' I have followed documentation fromhttps://support.smartbear.com/zephyr-squad-cloud/docs/api/jwt-token.htmlwhere I first generate API keys in Zephyr in Jira, generated keys used for JWT token with attached code inside documentation and then calling aformentioned API endpoint with curl command, but still getting same think. Can you please anyone help me/explain me, what might cause this issue? Thank you in advance,665Views1like0CommentsError 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":"Weencounteredsomeproblemsduringprocessingthisrequest.Pleasetryagain!", "errorCode":104 } In themorning 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 youSolved4.7KViews1like16CommentsZephyr Test execution reindex failed:errorType":"ERROR","clientMessage":"We encountered some problem
Hi All, We recently came across this problem post successful migration from Jira server to Jira cloud with Zephyr App data. While following documentation for app data migration there is one step mentioned that you need to clear server cache from Zephyr configuration and perform Metadata reindex and Execution reindex. Metadata reindex works fine for migrated project while Execution Execution failing with below error: errorType":"ERROR","clientMessage":"We encountered some problems during processing this request. Please try again!","errorCode":111}" We have spent hours to figure out the issue and finally after comparing the project already exists which we can successful Execution reindex, cross verified the permission schemes for both project and identified the differences missing the addon role in migrated project, just add the role to permissions Administer project ,edit issues, browse permissions and solved the problem. Hope this will help those who struggle on last step during migration journey from server to cloud! If you still face issues let me know will try to help!962Views1like2CommentsReindex Failed For Test execution: errorType":"ERROR","clientMessage":"We encountered some problems"
Hi All, We recently came across this problem post successful migration from Jira server to Jira cloud with Zephyr App data. While following documentation for app data migration there is one step mentioned that you need to clear server cache from Zephyr configuration and perform Metadata reindex and Execution reindex. Metadata reindex works fine for migrated project while Execution Execution failing with below error: errorType":"ERROR","clientMessage":"We encountered some problems during processing this request. Please try again!","errorCode":111}" We have spent hours to figure out the issue and finally after comparing the project already exists which we can successful Execution reindex, cross verified the permission schemes for both project and identified the differences missing the addon role in migrated project, just add the role to permissions Administer project ,edit issues, browse permissions and solved the problem. Hope this will help those who struggle on last step during migration journey from server to cloud! If you still face issues let me know will try to help!750Views1like1CommentGet List of Executions by Cycle parameters
The API documentation for these two end points is terrible. https://zephyrsquad.docs.apiary.io/#reference/execution/get-list-of-executions-by-cycle/get-list-of-executions-by-cycle-v1 vs. https://zephyrsquad.docs.apiary.io/#reference/execution/get-list-of-executions-by-cycle-v2/get-list-of-executions-by-cycle-v2 Specifically, there is no information provided for the following parameters: - expand "expand of Execution"String - sortOrder "sortOrder of Execution"String - action "action of Execution"String - sortBy "sortBy of Execution"String Can anyone refer me to something with more information? I'm specifically wondering about expandand action.625Views1like0Comments