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.
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.