Importing your Bitbucket Server repositories

How to import your Bitbucket Server or Data Center repositories into SonarQube Server.

Once the integration of your SonarQube instance with Bitbucket Server or Data Center has been properly set up, you can import a Bitbucket repository to create the corresponding project in SonarQube. To do so, you need the Create Project permission in SonarQube.

The so-created SonarQube project is "bound" to its Bitbucket repository. With a bound project:

  • The project’s main branch name will be automatically set up from Bitbucket.

  • The quality gate status report to the pull requests will be automatically set up.

Starting in Enterprise Edition, you can import a Bitbucket Server monorepo. See Managing monorepo projects.

Step 1: Create a Personal Access Token

You must provide a Bitbucket Server / Data Center Personal Access Token with Read permissions for both projects and repositories. This token will be stored in SonarQube and can be revoked at any time in bitbucket. SonarQube will use this token to access and list your Bitbucket projects and repositories. Copy it (you will have to paste it during Step 2). You may ask your administrator to encrypt this token.

Step 2: Import one or several Bitbucket repositories

  1. In the top navigation bar of SonarQube, select the Projects tab.

  2. In the top right corner, select Create Project > From Bitbucket Server. The Bitbucket Server project onboarding page opens.

  3. In Personal Access Token, enter the PAT you created in Step 1 and select Save. The projects and repositories to which the PAT has access are listed on the page.

  4. Select one or several repositories to be imported and follow the instructions.

Setting up Bitbucket Server integration at global level Setting up Bitbucket Server integration for your project Sensitive settings

Last updated

Was this helpful?