]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-15428 Clarify that we support workspace names and slugs
authorWouter Admiraal <wouter.admiraal@sonarsource.com>
Fri, 15 Oct 2021 07:03:57 +0000 (09:03 +0200)
committersonartech <sonartech@sonarsource.com>
Fri, 15 Oct 2021 20:03:25 +0000 (20:03 +0000)
server/sonar-auth-bitbucket/src/main/java/org/sonar/auth/bitbucket/BitbucketSettings.java

index 687cf70973e3c09c80982b57b3ebb66c4f614e02..f017f6a311b14f047a61203eaa1e78e48c7879a6 100755 (executable)
@@ -116,7 +116,7 @@ public class BitbucketSettings {
         .build(),
       PropertyDefinition.builder(WORKSPACE_ALLOWED_LIST)
         .name("Workspaces")
-        .description("Only members of at least one of these workspace will be able to authenticate. Keep empty to disable workspace restriction.")
+        .description("Only members of at least one of these workspace will be able to authenticate. Keep empty to disable workspace restriction. You can use either the workspace name, or the workspace slug (ex: https://bitbucket.org/{workspace-slug}).")
         .category(CoreProperties.CATEGORY_ALM_INTEGRATION)
         .subCategory(SUBCATEGORY)
         .multiValues(true)