How to Delete Duplicate Test Cycles under Unscheduled Folder
Hello, There are bunch of duplicate Test cycles under "Unscheduled" folder, A lot of duplicates got created while doing migration and I see Duplicate Cycles names with 0 Executions. So, trying to find to cleanup those in bulk. Thanks104Views0likes1CommentZephyr squad cloud not running
We experience, that when we try to open Zephyr squad from JIRA, Zephyr will not open. We have been in contact with Atlassian, who refers to you as 3. part vendor. We get this diagram, and it just freezes and never starts up Zephyr. It goes for all our projects and both for me and other users. It started today August 21. It is vital for us to get opened again, as all our tests are in Zephyr.182Views0likes1CommentZephyr Squad app project re-index error
Hi, I was cleaning up existing test cycles for a project and created a couple of new cycles under an existing version. When trying to add the cycle from the test case I started receiving an error I attempted to add the tests via the Cycle Summary and failed as it already present, but it’s not listed in the cycle itself. I then tried to re-index the test execution for the project only and resulted in this error.. Any suggestions on how to fix this? I now cannot see any of the past test executions in the Cycle Summary. We are on v8.2.4 of Zephyr Squad.42Views1like0CommentsAdd Tests to Cycle taking too long with Jira Zephyr API
I created a test cycle in Jira using: Then I tried adding a Zephyr test to the test cycle: POST /rest/zapi/latest/execution/addTestsToCycle addTestToCycle = { "method": 1, "issues":["test-key-name"], "versionId": -1, #If you are not going to use any version, set "versionId": -1. "cycleId": 1234, "projectId": 2345, "folderId": -1, "assigneeType": None } This gave me a response with jobProgressToken as mentioned in the documentation To fetch status of job, I do a GET curl -u username:pass https://baseurl/rest/zapi/latest/execution/jobProgress/jobProgressToken ?type=bulk_execution_copy_move_job_progress Response: {"zipped":false,"summaryMessage":"","totalSteps":1,"errorMessage":"","entityId":"","message":"","completedSteps":0,"timeTaken":"27 min, 38 sec","stepMessage":"","progress":0.0,"id":"jobProgressToken","stepLabel":"","entity":"","stepMessages":[]} It's been stuck here for more than 30 mins now and nothing seems to happen. I can't even delete the test cycle now as Add Tests to Cycle is in progress. What did I do wrong? How to finish this job process?248Views0likes1CommentZephyr plugin lags lead to the impossibility to working with the tests!
Since yesterday, February 19, using the Zephyr plugin in Jira Cloud is impossible. Test cases, executions, and cycles fail to load. After attempting to open the executions, it was just an unending spinning. And based on the queries in this forum, I can see that I'm not the only one with this issue. My coworkers are experiencing the same issue after trying several browsers; We need this to be fixed as soon as possible.181Views2likes1CommentNeed help on Test Executions based on Cycle Zephyr Squad Cloud API
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- ... vs. https://zephyrsquad.docs.apiary.io/#reference/execution/get-list-of-executions-by-cycle-v2/get-list-... 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 expand and action. This is the URL I am hitting: https://prod-api.zephyr4jiracloud.com/connect/public/rest/api/2.0/executions/search/cycle/f17f69af-02fc-4cdc-863a-bdbd4fa5a66b?versionId=16729&projectId=10087 I have even given necessary headers like Zapi access key and jwt token. Still unable to authenticate. MartiLobos anupdamodaran pls help! Screenshot attached. Pls note: My JWT token generation is working fine for other API endpoints but only for the above API its not working. Also I am unable to generate JWT sepcifically for the above API even after providing versionId, ProjectId,CycleID correctly. I need resolution on this urgently.658Views0likes1CommentaddTestsToCycle REST API error in Zephyr for Jira (Zephyr Quad?)
Purpose I would like to add each test to a cylce in excel continuously. Excel data input format --------------------------------------------- testcase issuekey| --------------------------------------------- testcase-01 testcase-02 ... --------------------------------------------- My script For i = 1 To End Of Excel Rows body = { "method": 1, "projectId": "123456", "versionId": "654321", "cycleId": "789100" "issues": [excel.Cells(i, 1)] } POST http://myzephyrhost/rest/zapi/latest/execution/addTestsToCycle/ End For Results Only first request is success,. only "testcase-01" is added to cycle. but from 2nd request in For loop, addTestsToCycle does not works and "testcase-02", .... were not added to cycle. Question How Can I solve this error?166Views0likes1CommentTest details as word document
Hi, Is there a way to download the details of a test case as word or pdf. We need to have a back of key test scripts in word form, incase Zephyr squad has accessibility issues like the last time we had deployment and I would like to avoid having to do create the word document manually.118Views0likes0CommentsGet "Affects test execution" issue link JIRA
Hello everyone, how are you? I need some help getting an API endpoint for Zephyr. In JIRA I have the following: I have one issue which has 2 issue links. The first one, the "Related to", I can get it normally from this endpoint: https://jira.forge.****.com/rest/api/2/issue/3346427 (Just in case Im taking away the name of the server) But the second one, the "Affects Test Executio...", I am not getting it in that EndPoint. It seems this relationship is not inward nor outwards, so its not appearing there. Where can I get and EndPoint with this information? Where can I get it? Also, I believe its related to this: I am also looking for the information related to Test Cases: Test cases info: Execution Test cases info: Status Do you know which EndPoint could I use? Where do I get this info?158Views0likes0Comments