Need to generate a delta report for sonarqube analysis

Must-share information (formatted with Markdown):

    • Community Edition Version 8.9.9 (build 56886))
  • Generate delta report for sonarqube analysis from previous build to current build.
  • what have you tried so far to achieve this - I could see that, there is a date i pick to see the issues. but would want to generate a report and email it to the team.

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

Hi,

Welcome to the community!

SonarQube isn’t really built to facilitate this. I guess from your next comment that you only want to send an issues report? You can get the issues opened since the previous analysis using a date-based issues search, but you won’t be able to get the issues closed in the most recent analysis.

To build your report, you’ll need to pull data via the Web API. 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