Questions tagged [jira-zephyr]

JIRA and Zephyr integration is available via connectors

zephyr is a testcase management application and also supports integration with JIRA, one of the leading defect tracking tools. The integration helps you link your defects with the test cases and improves the trace-ability.

98 questions
1
vote
0 answers

Can't upload junit xml file to JIRA Hosted Server using Zephyr Scale Plugin for Jenkins

I am trying to send JUnittest xml files from test pipelines in Jenkins, to [Zephyr Scale Plugin][1] on Jira Server. I have configured Jenkins correctly with the connection information and tested the connection. In Post actions I have used the…
Badr
  • 694
  • 1
  • 7
  • 26
1
vote
1 answer

Zephyr scale server: uploading test results to Zephyr Scale via the automation API

I'm using Zepyhr Scale Server and I would like to upload to Zephyr the results of my automation testsuite made with pytest. I've tried this POST request: post(url="https://{my-jira-host}/rest/atm/1.0/automation/execution/{projectKey}",…
fede1911
  • 11
  • 2
1
vote
1 answer

Not able to generate JWT token for python zephyr

I'm unable to generate valid JWT token for the below endpoint: https://prod-api.zephyr4jiracloud.com/connect/public/rest/api/1.0/cycle/cycleId/export?versionId=&exportType=&projectId= I have the cycleId passed as parameter and rest query arguments…
1
vote
0 answers

How to create test cycles using jira api

I need to know how to create new test cycles and and test cases to the cycle by using jira REST API. Can someone drop a API to create jira test cyles. I already referred zephyr documentation, no luck there.
Suresh G
  • 21
  • 2
1
vote
0 answers

jenkins Jira(Zephyr ) Integration not working

facing issue while integration Running as SYSTEM Building in workspace C:\Windows\system32\config\systemprofile\AppData\Local\Jenkins.jenkins\workspace\ZephyrSdkTest [ZapiTestResultReporter] [INFO] Examining test results... Build result is…
GPs
  • 67
  • 1
  • 10
1
vote
0 answers

How to use ZAPI to automaticaly update jenkins test results to zephyr by checking zephyr test ID

WE have UFT automated scripts configured in jenkins.Currently trying to achieve the automatic updation of jenkins execution status to Zephyr. I have to update the test cycle each and evrytime in the jenkins build to make this process happen.We have…
1
vote
1 answer

How to update Test Execution status (Pas/Fail) in jira using zapi (rest Api) with protractor framework

How to update Test execution status ( Pass/Fail) in Jira in automatically using protractor framework. Test management tool used Jira with zephyr plugin. Any Rest API plugin available? Please provide example. Any help would be appreciated.
1
vote
2 answers

Tool to integrate JMeter reports with Jira/Zephyr

In our company, we use a framework for test automation created with Jmeter. All the test cases are loaded by .csv files in Jmeter and then executed: The results are written in a separated .csv file. After this, I have to import the results file into…
ClaudioM
  • 1,418
  • 2
  • 16
  • 42
1
vote
2 answers

Is there any method to generate qsh value for JWT token generation to access zephyr api?

I am trying to access zapi to get test details from zephyr(Jira) using JWT authorization.But the qsh claim generated is incorrect which makes the JWT incorrect. Is there any alternate method to create qsh in C#? When tried in Postman client with the…
Ash G
  • 11
  • 3
1
vote
1 answer

For zephyr for JIRA. What is difference between ZAPI and ZIP

I am new to Zephyr and going through the documentation. I need to understand few basic things. I have understood this so far, that, Zephyr JIRA plugin will be used to create test cases. from this plugin we will start execution of a test case (by…
Priyanka
  • 307
  • 2
  • 16
1
vote
1 answer

How to know if Zephyr for JIRA server is installed in JIRA server instance through REST API?

I would like to know if there exists any REST API that returns the details of installed plugins of a JIRA server instance or more specifically my requirement is to know if Zephyr for JIRA server is installed in a particular JIRA server instance. I…
1
vote
0 answers

zephyr for jira to use same jira test case id to update test results

I have configured zephyr and jenkins using the below article. https://wiki.jenkins-ci.org/display/JENKINS/Zephyr+For+Jira+Test+Management+Plugin Currently the tests created by ZAPI are creating new test case ids. Is there a way to pass the original…
Ayub
  • 599
  • 3
  • 10
  • 24
1
vote
2 answers

Zephyr to Test Rail migration - Is it possible?

We are currently looking at Testrail as an alternative to using the Zephyr plugin within JIRA as Testrail looks to give us better test case and reporting management than Zephyr does. Currently faced with the usual problem when changing tools of how…
Tufty
  • 475
  • 8
  • 24
1
vote
1 answer

Java Rest Client for Jira Zephyr API?

is there a Java REST Client for JIRA Zephyr, similiar to the REST Java Client for JIRA? Another helpful approch would be a YAML-File or another kind of webservice description to generate a rest client from. Thanks!
1
vote
2 answers

jenkins jira integration using ZAPI and zephyr

i have installed Zephyr plugin in jenkins and ZAPI,Zephyr plugin in jira and able to establish the connection as well but in drop down am not able view the jira project can anyone help me to resolve this issuein post build not able to view the…