After migrating to cloud test executions are not under test cycle
Hello, Recently we are migrating from server to cloud with Zephyr squad, however we came across a strange situation. Below is the test case screenshot where we are able to see the test execution in Jan 2023 Malaysia Test cycle, however we are unable to see the same test executions in cycle summary under test cycle, however if we change the status of the test execution in test case it was automatically reflecting under test cycle. We need to see the test executions under test cycles as it was showing in on on-prem before migration. I have provided all the screenshots. please let us know your inputs536Views0likes2CommentsHow to generate JWT TOKEN from Postman
Hi Doug & Team, There seems to be some confusion. Kindly help me out here as soon as possible. My issue is How to generate JWT token from Postman itself. I have SecretKey, access Key, AccoutnId, Zephyr base URL also. Please just guide me how to use these details to generate JWT token from Postman. I am not talking about usage of the JWT TOKEN. I am asking about the process of generating JWT token via Postman. Thank you2.6KViews0likes6Commentsimport test cases in Jira Zephyr Squad
Hello, When I try to import test cases in Jira Zephyr Squad (1.3.29-AC), the assistant doesn't show the following fields when I map (Screenshot 2). I add the Zephyr Teststep custom field to the Create screen for the Test issue type (Screenshot 2), but it doesn't show the mapping to Zephyr am I missing something? Thanks Ester55Views0likes0Comments`status` param ignored when creating execution via API
We're adding integration to Zephyr Squad via API. According to the documentation for the `create_execution` endpoint, we should be able to pass the parameter `status`, as an Object and set it to whatever value we want. We wanted to have this attribute set to "WIP". However, this parameter is simply ignored. These are the bodies of the request that were tested: '{"status":{"id":3},"projectId":10000,"issueId":10050,"versionId":-1,"cycleId":-1}' # supposed to be the right one '{"status":{"name":"WIP"},"projectId":10000,"issueId":10050,"versionId":-1,"cycleId":-1}' '{"status":{"name":"WIP","id":3},"projectId":10000,"issueId":10050,"versionId":-1,"cycleId":-1}' '{"status":3,"projectId":10000,"issueId":10050,"versionId":-1,"cycleId":-1}' '{"status":{"id":1},"projectId":10000,"issueId":10050,"versionId":-1,"cycleId":-1}' Neither of the above worked and each time in response we were getting an execution with the status "UNEXECUTED": ... "status":{"name":"UNEXECUTED","id":-1... Is there something we can do to make it work? Temporarily we'll be using a second call to update the created execution on the `update_execution` endpoint.1.2KViews0likes4CommentsJIRA Test case execution
Hi Team, I need to integrate JIRA zephyr squad with my application. I want to automate the process of test case execution and cycle execution. Can you please guide me, how to do that? I have tried something and posted on the Zephyr Squad community link is given below https://community.developer.atlassian.com/t/zephyr-squad-cloud-rest-api-integration-is-not-working-for-me/74639/2 Please give me step by step approach to do it. Thanks, Akhtar184Views0likes2CommentsNeed 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. MartiLobosanupdamodaranpls 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.463Views0likes1CommentZephyr SQUAP Rest API to expoert execution not exporting csv in correct format
Hi, I am using Zephyr Squad REST API to export test cycle with all test & steps. I tried with both Rest API endpoints to extract the file & I am able to extract the csv https://zephyrsquad.docs.apiary.io/#reference/execution/export-executions/export-executions?console=1 https://zephyrsquad.docs.apiary.io/#reference/cycle/export-cycle/export-cycle?console=1 Issue is that csv extracted using these end points is getting distorted as shown in SS below. After Priority Column, there is "Executed By" for which value is appearing in Date format which is obviously not correct and also a new line is inserted in csv after priority field. This is how it looks like in Excel:88Views0likes0CommentsUpdated Zephyr Squad Cloud version (01-11-23) for existing Cloud users
Hi everyone, I am trying to find out when the new version of Zephyr Squad Cloud (including the folder structure update) will be made available for existing Cloud users. In a blogpost from Smartbear on november 1st it is mentioned that the new Zephyr Squad Cloud version has already been made available for new Cloud users but not yet for existing users. Do we have an indication of when this will be available for existing users? Thank you!131Views0likes2Comments