-
Story
-
Resolution: Unresolved
-
Minor
-
None
-
4.0.0.Final
-
None
-
None
It is very common to find projects integrated with some QA pipelines where SonarQube is the most used platform to manage any QA issue.
In a migration project it could be useful to manage migration issues in the same platform to identify the trends about the migration process.
SonarQube exposes a API to interact with its repository and data. This API is described here:
- https://next.sonarqube.com/sonarqube/web_api/api/issues
- https://docs.sonarqube.org/pages/viewpage.action?pageId=2392181
The integration could be done when the issues are defined and stored into reports. At that moment with some extra options (credentials, GAV, ...) the issues could be loaded into SonarQube (in analysis mode, not in preview) to be managed by this platform as other QA issue.