How to download the reports from the sonarqube

Hi,

PDF reports are available starting in Enterprise Edition($$), but SonarQube is intended to be a central resource for everyone concerned with the quality of the code. The best practice here is to point your teammates at SonarQube to consume the details themselves.

If you really must present reports, you’ll need to use the web apis (docs link in your page footer) to extract the data, and craft your own reports.

The best way to master the API is to perform the desired action via the UI and eavesdrop to see which calls the UI made to accomplish the action.

You may also find this guide helpful.

 
HTH,
Ann