kogitant / sonar-slack-notifier-plugin

SonarQube plugin for sending notifications to Slack
Other
73 stars 66 forks source link

Incorrect link sent to slack for sonarqube 6.5 #14

Closed zpavic closed 6 years ago

zpavic commented 7 years ago

When an analysis completes and notification is sent to a configured Slack channel, the provided link does not exist for in Sonarqube 6.5.

The provided link is: https://sonarqube-host/overview?id=

Plugin Version: 2.0 Sonarqube 6.5

A more appropriate link might be: https://sonarqube-host/dashboard?id=

zpavic commented 6 years ago

Looks like this is handled in the recent versions of the plug-in. Closing issue.