For the complete documentation index, see llms.txt. This page is also available as Markdown.

Bitbucket Cloud: Assigning Repositories to Teams via Projects

Introduction

In Bitbucket, repositories can be linked to a project, and that project can be linked to a team. Aikido now supports automatically linking those repositories to the team their Bitbucket project belongs to.

This feature is currently behind a feature flag. Please contact Aikido Support to have it enabled for your workspace.

Setup

Once support has enabled the feature for your workspace:

  1. Scroll to the Show Extra Tokens section and add a new workspace token.

  2. Make sure the token includes the following scopes:

    • repository:admin

    • project:admin

  3. Save the token.

Aikido will now use your Bitbucket project structure to assign repositories to the correct teams during the next team sync.

These additional scopes are required by the Bitbucket v2 API to read project-level access.

Last updated

Was this helpful?