From 569f40f88ee65671c5c460bf818d2ce988088ada Mon Sep 17 00:00:00 2001 From: Stephan Vock Date: Thu, 25 Jan 2024 14:53:44 +0000 Subject: [PATCH] BitbucketServer: add note about how to create an OAuth1 link in new versions --- docs/cloud/bitbucket-server-integration-setup.md | 2 ++ docs/self-hosted/bitbucket-server-integration-setup.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/cloud/bitbucket-server-integration-setup.md b/docs/cloud/bitbucket-server-integration-setup.md index a9a41416..9901041c 100644 --- a/docs/cloud/bitbucket-server-integration-setup.md +++ b/docs/cloud/bitbucket-server-integration-setup.md @@ -17,6 +17,8 @@ Click on the link to setup an Application Link on Bitbucket Data Center / Server ![Bitbucket Configure Application Link](/Resources/public/img/docs/integration-setup/bitbucket-server-03-bitbucket-configure-application-link.png) +For Bitbucket Data Center versions 7.21 and newer, select "Atlassian product" and not "External application" to be able to set up an OAuth1 link. + After you hit the button to create a new Application Link a configuration window may appear. If it does, verify that the url matches your Private Packagist URL and hit "Continue", otherwise skip this step. ![Bitbucket Invalid Url](/Resources/public/img/docs/integration-setup/bitbucket-server-04-bitbucket-invalid-url.png) diff --git a/docs/self-hosted/bitbucket-server-integration-setup.md b/docs/self-hosted/bitbucket-server-integration-setup.md index 311789ce..291b941e 100644 --- a/docs/self-hosted/bitbucket-server-integration-setup.md +++ b/docs/self-hosted/bitbucket-server-integration-setup.md @@ -15,6 +15,8 @@ Click on the link to setup an Application Link on Bitbucket Data Center / Server ![Bitbucket Configure Application Link](/Resources/public/img/docs/integration-setup/bitbucket-server-03-bitbucket-configure-application-link.png) +For Bitbucket Data Center versions 7.21 and newer, select "Atlassian product" and not "External application" to be able to set up an OAuth1 link. + After you hit the button to create a new Application Link a configuration window may appear. If it does, verify that the url matches your Private Packagist URL and hit "Continue", otherwise skip this step. ![Bitbucket Invalid Url](/Resources/public/img/docs/integration-setup/bitbucket-server-04-bitbucket-invalid-url.png)