I installed the JIRA plugin in Sonar for the project. I can successfully link problems in Sonar and problems in JIRA using the Sonar web interface and the "Link to Jira Issue" button.
The project is basically a Java project, and I use gradle to build and the gradle sonar-runner plugin to perform sonar analysis.
Is it possible for JIRA problems to be created (or resolved) automatically when I perform the analysis, so I don’t need to click “Link to Jira Question” for each problem (about 100 questions).
Any help is greatly appreciated.
Greetings!
source
share