Saving Reports for Sharing?

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
    9.4.0.54424
  • what are you trying to achieve
    We want to generate PDFs for sharing with our QA team

We are planning on using the Developer edition as we have less than 100k lines of code across our codebase: Python, .NET, and PHP. Our QA team who will be using SonarQube has indicated that to generate reports and share as something like PDF will require the Enterprise edition.

Can someone validate what’s possible report sharing wise with the Developer edition?

Hi,

Welcome to the community!

With any edition, you can use the Web APIs to pull data and format it as you like.

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.

 
HTH,
Ann