I am using SonarQube 5.6.3. How can I create a SonarQube analysis details report as a PDF, an Excel report, or an HTML report?
A plugin is not available for this.
I was unable to create the html file using the following configuration:
sonar.issuesReport.html.enable = true
sonar.issuesReport.html.location = c:\
sonar.issuesReport.html.name = sample
How can I export this data from SonarQube?
Vijay source
share