4

I am currently using SonarQube 6.4 to find issues in my code. We started using SonarQube 5.4 then we did SonarQube migration from 5.4 to 6.4. Our projects contain javascript and php code. We have performed analysis on these projects since 12 months to find issues in code and then resolve the bugs. We have saved all the analysis data into the SonarQube MySQL database.

Now, we need audit report (excel) of all this projects with analysis data. The report should contain:

  • ProjectName
  • FileNames
  • DateOfAnalysis
  • Issues

Can anyone suggest me, which SonarQube API is best to use to fetch all data into JSON? Then, we will write this JSON data into an Excel file.

slartidan
  • 20,403
  • 15
  • 83
  • 131
Asmi
  • 651
  • 1
  • 8
  • 16

0 Answers0