SonarQubeCommunity/sonar-jira

Generate bad link to Issue (SonarQube 5.2)

RIvannikov opened this issue · 2 comments

Generate bad link to Issue (SonarQube 5.2)
JiraIssueCreator.java
241: description.append("/issue/show/");

Sonar 5.2 Right Link
http://localhost:9000/sonarqube/issues/search#issues=0ae1e1af-487a-4d9c-97a1-3a786c574781

I fix this in pull request #4

We're currently using Sonar Version 5.3 and JIRA plugin Version 1.2 and facing this issue.

Is there any sort of work around for this issue until this pull is merged and the new JIRA plugin is released?