Recent Discussions
Need 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.115Views0likes1CommentZephyr 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:72Views0likes0CommentsAssign test executions based on Assignee in test case definition
Hi, Could you please advise how to do bulk assign of test executions to assignees of test case definitions? I have imported test cases from excel, I see correct assignees in the test case definitions, however those assignees are not populated to the test cases executions. I have more than 3k test cases and more than 150 users, manual assignment is very time consuming. Rg, Pawel59Views0likes0Comments"Internal Server Error" 500 code on using Save and Execute API
I have been getting an "Internal Server Error" (500 code) whenever I'm trying to use the save and execute API ( https://prod-vortexapi.zephyr4jiracloud.com/api/v1/automation/job/saveAndExecute) to upload the test execution reports. Here is an example of my request header and body: Request Header: { accessKey:{{accessKey}} jwt:{{JWT_Token}} secretKey:{{secretKey}} accountID:{{accountId}} } Request Body: { jobName:New Task jobDescription:New Task Desc automationFramework:Cucumber versionName:Unscheduled cycleName:AtestCycle createNewCycle:true appendDateTimeInCycleName:false folderName:Windows createNewFolder:false appendDateTimeInFolderName:false assigneeUser:{{accountId}} mandatoryFields:'{\"components\":[{\"label\":\"my component\",\"value\":\"my component\",\"content\":\"my component\"}],{\"reporter\":{\"label\":\"Jaya Kushwaha\",\"name\":\"Jaya Kushwaha\",\"id\":\"{{accountId}}\"}} automationVia:Upload projectKey:CC assigneeDisplayName:Jaya Kushwaha cycleStartDate:01/11/23 cycleEndDate:01/11/23 } Making this API call would result in the creation of the job on the U.I. but it is neither able to upload the cucumber report nor create the test cycle.148Views0likes1CommentTest 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.86Views0likes0CommentsTest Steps Comment in the Test Execution
Hello, I am looking for details on getting comments from the Test Execition's Test Steps via API for Zephyr Squad. Is this even possible? Help would be greatly appreciated as this is for our tool to migrate from Squad to Scale. Kind regards, MB201Views0likes1CommentJIRA 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, Akhtar112Views0likes1CommentGet "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?89Views0likes0CommentsNeed a dashboard widget that shows Test step status's
Need a dashboard widget that shows Test step status's. Zephyr Scale has a widget called Test Execution Results that shows the individual steps added to an test issue. We want to be able to report on this information and include it in our dashboards. Can this widget be added to Zephyr Squad?252Views1like1CommentDefault assignee option when adding tests to cycles
I need for an option to automatically assign the test execution to the person that is already assigned the issue. For instance under a test cycle I have a folder named "Journeys". When I select the "Add Tests" option for this folder I have a four different options for selecting which issues to add: Individually, Via Search Filter, From Another Cycle, or VIA JQL Search. I need a selectable option to default the test execution assignee to the individual that is already assigned to the issue. When using the "From Another Cycle", it would be great to have the option to default the assignee to what was selected in that cycle. I have over 600 issues that get executed four times a year and having to select an assignee for each one is incredibly cumbersome on my team.154Views0likes0Comments