Hi All, With the help of below ZAPI: POST -- https://org-url/jira/rest/zapi/latest/execution/updateBulkStatus Body: { "executions": [ "11", "22", "33" ], "status": "1" } I am a...
...sing method 3 as per the ZAPI documentation. { "method": 3, "projectId": 16667, "fromVersionId": 31897, "fromCycleId": -1, "cycleId": 56663, "folderId": 25735, "labels": "", "priorities": "", "s...
Hi everyone, I am trying to extract data using rest ZAPI from a Jira Server V8.5.3 instance with Zephyr addons, when trying to extract information with Power BI (Power Query), it throws me an e...
Hello, everyone I would like to know can I automatically update issue status after test case executed from Robot Framework through ZAPI of Zephyr for JIRA API. (The Robot Framework doesn't i...
Cuando ejecuto petición PUT: http://jira.XXXXX.com:80/rest/zapi/latest/execution/id/execute, me genera respuesta Error 405Method Not Allowed . No encuentro solución, alguna idea d...
When i try to install i am getting below messages 1)Adding Zapi will tell you when your app is added 2) we ran into little trouble it might just a hiccup. try again a bit i t...
I've merged two Jira cloud instances by going from cloud to server with the source, and merging to the target using the jira cloud migration app. The source and target both have zephyr app data, whic...
I am in need of adding an attachment to an execution. Can someone please provide a working example in nodej?
My uri looks like :- Request:- POST https://prod-api.zephyr4jiracloud.com/connect/public/rest/api/1.0/zql/search?isAdvanced=true POST data: {"maxRecords":20,"offset":0, "zqlQuery":"project=\" D...
I want o execute below zql :- project = "XYZ" AND fixVersion in ("a1","a2") AND cycleName = "Regression" . Any suggection how to execute this query in jmeter or postman. I am using JIRA cloud....
...lease provide reference of ZAPI calls of Zephyr for test cases importer, if provided.
Situation overview. We have JIRA, Bamboo running docker, Zeplin and tests that have ZAPI. Question: Can i use some argument in bamboo task that is running these tests to influence ZAPI? Like it w...
While accessing Zephyr cloud API using ZAPI, below error message is displaying in response body with status as 401-Unauthorized. Please let me know where I'm giving wrong inputs. Expecting claim 'q...
I want to update test case status in a specific test cycle through JAVA using selenium but the execution IDs are changing every time i create a new cycle.Is there anyway to GET the execution IDs of t...
...uthentication , how can i make use of ZAPI REST API Calls? Can you provide any documets or sample projects or examples on this.
...s missing here [ZapiTestResultReporter] [INFO] Examining test results... Build result is SUCCESS Total Test Cases : 1ERROR: Build step failed with exception org.json.JSONException: JSONObject["j...
I have BDD cucumber test scenarios and run test in Jenkins . We have cucumber extent report for testing tractability. I also have Jekins Zephyr plugin for Jira integration. How to upload cucum...
Hi I have a set of tests running in a Bamboo remote agente using cucumber. On Jira i have installed Zephir and Zappi On Bamboo i have the Zephir plug in and i can add a task that detects the jira ...
...tatic String urlString = "http://<jiraurl>/rest/zapi/latest/execution?issueId=XXXX"; static String userPassword = "xxxx:xxxxx"; public static void main(String[] args) throws IOException{ t...
Hi, I have a scenario of TestCase with 2 steps, and need to update Test Step status through API. Im trying below URL but seeing error. http://<Server>:<port>/flex/services/rest/l...
Step 1: Installed zephre addon for jira with 30 days trial License Step 2:Installed Zapi addon for jira with 30 days trial License I have tried to trigger ZAPI api from UFT API test and also t...
Hi folks , I am interating Zephyr via ZAPI in my application. I created test execution and a defect(bug) in jira but could not find any api in ZAPI docs for linking test execution with existing d...
Following api i am using: http://localhost:2990/jira/rest/zapi/latest/execution/addTestsToCycle/ But getting 404 not found as a response
...est results to report to our Zephyr test scripts. Is ZAPI the right tool for this?
...end GET requests. Currently we do not have the ZAPI add-on. Am I missing anything? Isn't it possible to achieve without purchasing the add-on? Thanks a lot, Roberto.
Copied to clipboard