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
Kindly help me to solve this issue.