Export a pdf or csv report from sonarqube developer

Hi,
I’m using the sonarqube developer Version 8.1 (build 31237)
i’m looking for how can i export a pdf or csv report from sonarqube developer
Could you explain me how to do it?
regards,
MB

I’ve tried to use sonar-csv-export-plugin-0.4.1 but it doesn’t work with my version of sonarqube.is it normal? is there others ways?
regards,
MB

Hello @Moh,

The pdf report feature is available as part of the Enterprise Edition and DCE, the DE does not have this.
You can use web api to fetch the data you need and then aggregate them with the help of your favourite reporting tool.

Alex.

Hi Alexandre,
thank u for ur answer, could u please explain me how to fetch the data with the web api?
regards,
MB

@Moh,
The available web api’s are documented at the following url:
http(s)://your_sq_url/web_api
Alex.