From: Wouter Admiraal Date: Fri, 15 Oct 2021 07:03:57 +0000 (+0200) Subject: SONAR-15428 Clarify that we support workspace names and slugs X-Git-Tag: 9.2.0.49834~145 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=dc65920e6e836333976f91031b3dbc555199edea;p=sonarqube.git SONAR-15428 Clarify that we support workspace names and slugs --- diff --git a/server/sonar-auth-bitbucket/src/main/java/org/sonar/auth/bitbucket/BitbucketSettings.java b/server/sonar-auth-bitbucket/src/main/java/org/sonar/auth/bitbucket/BitbucketSettings.java index 687cf70973e..f017f6a311b 100755 --- a/server/sonar-auth-bitbucket/src/main/java/org/sonar/auth/bitbucket/BitbucketSettings.java +++ b/server/sonar-auth-bitbucket/src/main/java/org/sonar/auth/bitbucket/BitbucketSettings.java @@ -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)