Export report sonar > 10k bug

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
  • what are you trying to achieve
  • what have you tried so far to achieve this

currently my project has 95k issues , how can I export the whole thing, currently can only export 10k 1 time

Hey there.

This is a limitation that comes from the underlying Elasticsearch distribution that servers the API results.

  • You can either make your selection smaller (filtering by creation date, issue type, severity, etc.), or
  • GET api/projects/export_findings is available in the latest Enterprise Edition of SonarQube (v9.4) which will dump all issues of a project, even beyond 10,000