gabrie-allaigre / sonar-gitlab-plugin

Add to each commit GitLab in a global commentary on the new anomalies added by this commit and add comment lines of modified files
GNU Lesser General Public License v3.0
713 stars 207 forks source link

Link to show remaning extra issues on sonarqube server? #111

Closed jakub-bochenski closed 6 years ago

jakub-bochenski commented 6 years ago

I think it would be nice to be able to show the issues not listed in the global comment on sonar in bulk.

global E.g the text 11. ... 67 more could actually be a link to sonar's Issues list view.

screenshot_20180214_154833

The view supports filtering by source file so I think it's possible at this level. An open issue seems to be how to map file paths to sonar's fileUuids

gabrie-allaigre commented 6 years ago

Hi, In preview mode, SonarQube not save issue. Change global template to show all issues.

https://github.com/gabrie-allaigre/sonar-gitlab-plugin/blob/master/templates/global/all-issues.md

jakub-bochenski commented 6 years ago

OK, I've misunderstood how this feature works