How can I export a list of issues from SonarQube?

I’m using Windows 10 and accessing the analysis results through a browser.
I’d like to output the filtered list of issues to a csv or pdf or some other output format.

Hi,

Welcome to the community!

There is no export from the UI. You’ll need to craft your own reports using the Web APIs. You’ll find a docs link in the page footer.

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