Custom Reports for Projects in SonaQube Prod and Dev

Can anyone tell me where to go if I wanted to create custom reports for a project in sonarqube prod and dev env? I have figured out the notification reports that are sent to emails

Do not share screenshots of logs – share the text itself (bonus points for being well-formatted)!

Hey there.

What kind of custom reports are you trying to build?

I want a custom report that is able to show vulnerabilities that have been tagged as “Confirmed”, Won’t fix, quality gateway passed, etc

and another report that Security hotspots are accepted, safe

Hey there.

The Web API is accessible to export information from SonarQube (documentation linked in the footer of your instance).

And, it sounds like the reporting requirements could be fulfilled by giving folks access to the SonarQube UI! For example, a report showing vulnerabilities tagged as confirmed is accessivble at this URL:

https://localhost:9000/issues?resolved=false&statuses=CONFIRMED&types=VULNERABILITY