From 3a34e387ba0dae4a4932d1251f25bc32ef1c88ee Mon Sep 17 00:00:00 2001 From: "G. Ann Campbell" Date: Wed, 7 Nov 2018 07:31:13 -0500 Subject: [PATCH] add note about Server base URL --- server/sonar-docs/src/pages/analysis/pull-request.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/server/sonar-docs/src/pages/analysis/pull-request.md b/server/sonar-docs/src/pages/analysis/pull-request.md index 50c85a98307..bcc8050a960 100644 --- a/server/sonar-docs/src/pages/analysis/pull-request.md +++ b/server/sonar-docs/src/pages/analysis/pull-request.md @@ -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 | + +#### 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`. + -- 2.39.5