Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

link to sonar from redmine issue #16

Open
sergpr84 opened this issue Feb 18, 2016 · 1 comment
Open

link to sonar from redmine issue #16

sergpr84 opened this issue Feb 18, 2016 · 1 comment

Comments

@sergpr84
Copy link

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.

@kimjungwon
Copy link

오 그러네요 issues 로 변경하면 되는 부분이네요.
이거 혹시 소나큐브 에서 수정할수 있는 방법을 아시나요?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants