Is there a way to find issues list corresponding to a given analysisId? I am trying to see difference between two analysis. I went through API documentation but didn’t find any?
The only thing I found is to get “quality gate” status but it doesn’t provide details on exact issues.
http://localhost:9000/api/qualitygates/project_status?analysisId=xxxxxxxxxx
I am using Community EditionVersion 8.1 (build 31237)
Welcome 
does it makes sense to diff two analyses ? Sonarqube 5.x had a basic feature for that,
but it had no practical value.
IMO only to indentify trends and that is already provided by the metrics part of the
Sonarqube project dashboard.
That said, you might feed your webservice / database via Sonarqube webhook for every analysis.
Webhooks may also be extended with additional properties,
see https://docs.sonarqube.org/latest/project-administration/webhooks/
If interested in specific issues, use /api/issues
Gilbert
1 Like