Must-share information (formatted with Markdown):
- which versions are you using (SonarQube-8.7 version)
- what are you trying to achieve
Adding Pull Request decoration to Bitbucket cloud - what have you tried so far to achieve this
First, i have the bitbucket
Setting up your OAuth consumer
SonarQube uses a dedicated OAuth consumer to decorate pull requests. You need to create the OAuth consumer in your Bitbucket Cloud workspace settings and specify the following:
Name – the name of your OAuth consumer
Callback URL – Bitbucket Cloud requires this field, but it’s not used by SonarQube so you can use any URL.
This is a private consumer – Your OAuth consumer needs to be private. Make sure this check box is selected.
Permissions – Grant Read access for the Pull requests permission.
Setting your global ALM Integration settings
To set your global ALM Integration settings, navigate to Administration > ALM Integrations, select the Bitbucket tab, and select Bitbucket Cloud as the variant you want to configure. From here, specify the following settings:
Configuration Name (Enterprise and Data Center Edition only) – The name used to identify your GitHub configuration at the project level. Use something succinct and easily recognizable.
Workspace ID – The workspace ID is part of your bitbucket cloud URL https://bitbucket.org/{WORKSPACE-ID}/{repository-slug}
OAuth Key – Bitbucket automatically creates an OAuth key when you create your OAuth consumer. You can find it in your Bitbucket Cloud workspace settings under OAuth consumers.
OAuth Secret – Bitbucket automatically creates an OAuth secret when you create your OAuth consumer. You can find it in your Bitbucket Cloud workspace settings under OAuth consumers.
Once i fallowed above steps , i got below issue