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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.