You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
I have:
Redmine 3.1.2.stable, and SonarQube 5.3
Redmine-sonar plugin works fine but. After issue creating (Link to Redmine), SonarQube plugin have some problem.
SonarQube create redmine issue, with link to SonarQube, like this: http://my_sonarqube:9000/issue/show/cc4c658d-83a7-4f08-9249-fe4d6195988a
But it is a bad link. It should be: http://my_sonarqube:9000/issues/show/cc4c658d-83a7-4f08-9249-fe4d6195988a. You should change this:
in file: RedmineIssueFactory.java - change this line from:
sb.append("/issue/show/"); to sb.append("/issues/show/");
I changed, repacked and everything good with link.
The text was updated successfully, but these errors were encountered:
Hello.
I have:
Redmine 3.1.2.stable, and SonarQube 5.3
Redmine-sonar plugin works fine but. After issue creating (Link to Redmine), SonarQube plugin have some problem.
SonarQube create redmine issue, with link to SonarQube, like this: http://my_sonarqube:9000/issue/show/cc4c658d-83a7-4f08-9249-fe4d6195988a
But it is a bad link. It should be: http://my_sonarqube:9000/issues/show/cc4c658d-83a7-4f08-9249-fe4d6195988a. You should change this:
in file: RedmineIssueFactory.java - change this line from:
sb.append("/issue/show/"); to sb.append("/issues/show/");
I changed, repacked and everything good with link.
The text was updated successfully, but these errors were encountered: