JiraTestResultReporter Jenkins plugin not creating issues automatically

Vani Logesh October 17, 2018

I have a simple Java code in Github which has 2 test cases out of which 1 will fail. I have a Maven project in jenkins which will create issues for failed tests while building the project. I'm using JiraTestResultReporter plugin. I have Jira credentials in Configure System Page in Jenkins. Even when I select the "Auto Raise Issues" option, Issues are not getting created. However I was able to create issues from Test results page in Jenkins(So i think communication is not a problem)manually by clicking "+" next to failed test. 

pic for your reference

CreateNewIssue.pngKindly help me to solve this issue.

3 answers

0 votes
Sobhit Sharma December 6, 2019

I found the answer for it. I would suggest, please use who ever facing this issue for JiraTestResultReporter plugin throwing 401 error code message on validating your credentials.

 

Jira has removed password authenication from any kind of plugin integration, hence you need to create auth token from jira which will be used in case of above plugin password section and username name will be your email address. 

I did this and it got fixed. 

For more information read this link.

0 votes
Sobhit Sharma December 6, 2019

I am facing the same issue. All of sudden it stopped working. 

0 votes
Venkatesh January 17, 2019

Even I'm facing the same problem.  I got this working only once and it stopped working later.  I'm not sure whether any other plugin conflicts with this plugin.

Sobhit Sharma December 6, 2019

any work around you got for it?

Suggest an answer

Log in or Sign up to answer