How to create bugs automatically in JIRA when a testcase fails in Jenkins
I am currently using testng for automation
and use jenkins CI to execute functional testcases
i want to know the process of easily filing a bug when we have a failure encountered while testing
The simplest way is to use the issue creation rest api with which you can control the project in which to create the bug, the fields to populate and possibly the default assignee.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
You can do this with a jenkins plugin by following the document below.
https://plugins.jenkins.io/JiraTestResultReporter/
Best Regards,
Mehmet Sirin Usanmaz
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
can i set this up in jenkins for functional testing failures (UI side)
i thought this will help for build failure
does this also help in filing bugs for functional testcases
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.