kogitant / sonar-slack-notifier-plugin

SonarQube plugin for sending notifications to Slack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect "projectUrl" in SonarQube 6.3.0

dimabutenko opened this issue · comments

commented

sonar-slack-notifier-plugin/src/main/java/com/koant/sonar/slacknotifier/extension/task/SlackPostProjectAnalysisTask.java
private String projectUrl(String projectKey) { return getSonarServerUrl() + "overview?id=" + projectKey; }

screen-d butenko-20170403-112753

https://jira.sonarsource.com/browse/SONAR-7934

Can you please check this and fix?

The string "overview?id=" must be replaced with "dashboard?id=".

It will be great if you can checkin the fix

cks-slack-notifier-2.1.zip
updated the code with updated url as "dashboard?id=", please refer to attach zip file which contains the updated jar file for version 2.1

Sorry for the delay. I should be able to merge this to master on monday.

PR merged. Sorry that this took forever.