Forums

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

Has anyone attached junit xml reports to issue in Jira?

yurec
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 18, 2019

In our project we are using a set of products: Jenkins + Jira + Xray plugin.

I can obtain complete reports on Jenkins's side by using Allure framework (generates from junit xml).

But the main purpose which I would like to achieve is to get these ready-made reports on Jira's side inside Test Execution (which is created by X-ray plugin from the same junit xml).

Problem is that it's not readable and without attached screenshots, so if I want to investigate failed test - I need to go to the Jenkins build and open allure report there.

Is it possible somehow to get allure or similar report attached to issue in Jira?

Thank you,

Best regards,

Yurii

1 answer

0 votes
Sergio Freire - Xblend
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 1, 2021

Hi @yurec ,

it's possible to attach to a Jira issue, such as the Test Execution, but you would need to make an API request to Jira, to attach the report to the issue.

Note that some of these reports are not a single file; sometimes they have auxiliary files, such as logs and screenshots, which would make embedding them unfeasible (at least if you follow this approach).

Regards

Sergio

Suggest an answer

Log in or Sign up to answer