From dc65920e6e836333976f91031b3dbc555199edea Mon Sep 17 00:00:00 2001 From: Wouter Admiraal Date: Fri, 15 Oct 2021 09:03:57 +0200 Subject: [PATCH] SONAR-15428 Clarify that we support workspace names and slugs --- .../main/java/org/sonar/auth/bitbucket/BitbucketSettings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5