]> source.dussan.org Git - sonarqube.git/commitdiff
add note about Server base URL
authorG. Ann Campbell <ann.campbell@sonarsource.com>
Wed, 7 Nov 2018 12:31:13 +0000 (07:31 -0500)
committerSonarTech <sonartech@sonarsource.com>
Wed, 7 Nov 2018 19:21:00 +0000 (20:21 +0100)
server/sonar-docs/src/pages/analysis/pull-request.md

index 50c85a983079b8ad132d9f51d6a01c1d7d6963ea..bcc8050a960d8c2b987af2a63619f1c45d20de3f 100644 (file)
@@ -69,3 +69,7 @@ Note: if you were relying on the GitHub Plugin, its properties are no longer req
 | `sonar.pullrequest.bitbucketcloud.repository` | SLUG or UUID of the Bitbucket Cloud Repo |
 | `sonar.pullrequest.bitbucketcloud.owner` | SLUG or UUID of the Bitbucket Cloud Owner |
 
+<!-- sonarqube -->
+#### Issue links
+During pull request decoration, individual issues will be linked to their SonarQube counterparts automatically. However, for this to work correctly, the instance's **Server base URL** (**[Administration > General](/#sonarqube-admin#/admin/settings)**) must be set correctly. Otherwise the links will default to `localhost`.
+<!-- /sonarqube -->