Does weekly/monthly report generation available?

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
    Sonarqube Community Edition: Version 7.9.1

  • what are you trying to achieve

our customers asking whether:
is it possible to generate monthly/weekly report to get historical data on bugs, coverage, duplication, etc?

seems to me, this report feature only available on “enterprise” edition, but need to confirm first.

  • what have you tried so far to achieve this
    n/a

thanks for the help.
Indra

Hi @indratan,
The management reporting becomes available in the Enterprise Edition of SonarQube.

Before we used the Enterprise Edition, we exported the figures from SonarQube using the Web API (REST). Check this URL for documentation: https:///web_api.
We loaded the figures on monthly basis into a separate database and analyzed them with Microsoft PowerBI.
We still do so, because we combine the figures from SonarQube with Metrics from other systems, e.g. Vulnerability scan of 3rd Party libraries.

HI Matthias,
I’m also working on exporting the data from SOnarQube into Power BI. I’m new to APIs. I have looked into few SonarQube APIs but most of them are returning results for a specific Project/Component (passed as parameter), but i want to have all the data for all the projects/Components. Can you plz provide more details on how to extract the Historical/Current data from SonarQube. How have you identified and loaded the monthly data into some database.