Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can I create a test execution from test plan using jira api rest

Faten Ben Ameur September 28, 2020

Hi,

I have test sets and test cases in a test plan.

Please how can I create a test execution from a test plan using jira api rest.

Thank you so much

2 answers

1 accepted

0 votes
Answer accepted
Sunny Ape
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 28, 2020

What test management tool are you using in Jira? T4J, Zephyr etc?

Faten Ben Ameur September 30, 2020

I'm using xray as test management tool and robot framework as test automation tool. and the idea is how to put the results of test script in jira automatically. So I thinked of creating a test execution which contains all test cases that will be running.

 

thank you so much,

Sunny Ape
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 30, 2020

Xray is just like T4J and Zephyr in that it uses Jira'a REST API to do most of the work, but it has its own REST API for doing certain test specific tasks.

The Xray REST API documentation is here.

Like # people like this
0 votes
Faten Ben Ameur October 1, 2020

Thank you, I will see that.

I noticed also that we can put result of robot framework (ouput.xml) directly on xray using Rest API.

Suggest an answer

Log in or Sign up to answer