Export sonarqube report in excel using Azure devops pipeline

Hi All,

As we are using sonarqube enterprise edition 9.3 version and running the scan through azure pipeline

We required the sonarqube report to be published in excel format (issues-major, critical, minor, blocker). Kindly assist on the steps or share any link or document available for this request.

Thanks.

Hi,

We have some reporting in recent versions starting in Enterprise Edition($$), but none in excel format. For that you’ll need to use the Web API to extract the data and craft your own report.

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

Can you help me understand how your team is planning to use/consume the exported report? Will you import it into another tool/dashboard?

Normally, my recommendation would be to use the SonarQube UI with filters for managing issues.