How 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.6KViews0likes6Comments`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, Akhtar184Views0likes2Commentsis it possible to automate on creation test cycles and folder under Tests>Execute Tests.
I have a requirement that in our project where we need to create folders Under Tests>Execute test>Test cycles/Folders section.Every time I need to create some set of folders and Add test cases individually.Is there a way this can be automated and reduce manual work.All I need is to create few folders and add more than 50 test cases Via search filter for each folder.247Views0likes1CommentNeed 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.464Views0likes1CommentUpdated 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!131Views0likes2CommentsTest 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, MB217Views0likes1CommentGet "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?109Views0likes0CommentsCreating Automation Task is throwing error - {"message": "Please provide correct framework." }
Can anyone help me with the error? { "automationType":"UPLOAD", "automationFramework":"JUNIT", "taskname":"Job1", "cycleName":"Cycle1", "folderName":"Folder1", "appendDateTimeInCycleName":true, "appendDateTimeInFolderName":true, "versionName":"Unscheduled", "projectKey":"EWP", "cycleStartingDate":"", "cycleEndingDate":"", "createNewCycle":true, "createNewFolder":true, "assigneeUser":"{MyAccountKey}", "jobDescription":"", }162Views0likes0CommentsCypress - Zephyr integration | Gitlab CI pipeline
Hi, I have an automation suite which is hosted in Gitlab. I have schedules and they are running periodically. I wanted to have them in our test management system which is Zephyr Squad Cloud. In the documentation, I have seen that Junit format is supported and Cypress has capability to generate Junit report. But I am having problems with uploading some reports if they contain failure and if their name has some special chars like (underscore _, which is not listed under banned chars for JQL restrictions) I am wondering if any of you have such an integration. Here is the video: (124) Using Zephyr for Jira within CI/CD Pipelines - YouTube1.7KViews0likes0Comments