How do I upload evidence(image or video or any results) via API ?
Hi everyone, I am able to change the status of executions and add comments via api, but I also need to add some evidence such as image file, video file, or results.json/txt file. How do I do that ? or is there any way to upload the file programmatically?38Views0likes1CommentZbot 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....232Views1like1CommentExecute 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. Thanks35Views1like0CommentsHow 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 there a way to mark Steps in test cases as Pass or Fail using Zephyr Scale Server APIs?
Hello, I was wondering if anyone has figured out or if its possible to mark individual steps within test cases as Pass or Fail using Zephyr Scale Server APIs? If its not possible, is it possible using Zephyr Scale Cloud APIs? Thanks38Views0likes0CommentsNot able to get the Cycle, Execution ID using Zephyr squad Rest APIs
I have created JWT from postman using URL https://prod-vortexapi.zephyr4jiracloud.com/api/v1/jwt/generate post request by putting accessKey, secretKey, and accountId as header. I am trying to access the https://prod-play.zephyr4jiracloud.com/connect/public/rest/api/1.0/executions/search/cycle/ but gett an error as {"error": "API not found."} Please help i need to fetch all latest cycle and test cases execution id to execute and after that i need to update the test cases status.56Views0likes0CommentsAdding test steps to Jira issue via API
Hello all, we are migrating our RQM tests into Jira thru API calls. I can create the "test" issues correctly in Jira, but I've been unable to add the test steps using the Zephyr API calls. I've worked thru different stopping points, but now I'm just getting an 'Unauthorized' error back regardless of what key value I put in the Bearer type authorization in the http call. Has anyone done this successfully, or used another method for a similar migration? Thanks!39Views0likes0Comments