Skip to main content

Connecting Bitbucket Cloud to Your Application

Bitbucket Cloud only — Server and Data Center are not supported

Plexicus integrates with Bitbucket Cloud (bitbucket.org) only. There is no Bitbucket Server / Data Center support: no provider implementation, no client for Bitbucket Server's /rest/api/1.0 API, and no instance-URL field on the connector — every call it makes goes to api.bitbucket.org, so it cannot be pointed at a self-managed Bitbucket. If you run Bitbucket Data Center, mirror the repositories to a supported forge or contact engineering@plexicus.ai.

Self-hosting Plexicus?

Before your users can click Connect, the deployment needs a Bitbucket Cloud OAuth consumer of your own, registered with the callback URL https://<your-plexicus-domain>/api/callback/bitbucket_cloud and the permissions Account (Read), Repositories (Read), Pull requests (Write), Issues (Write). Plexicus sends no scope parameter to Bitbucket, so those permission checkboxes are exactly what the resulting token carries — set them before you connect. See the SCM Connection Reference → Bitbucket Cloud.

Follow these steps to connect your Bitbucket Cloud account:

1. Access the Connector Page

  • Log in to your account
  • Navigate to the Connector page
  • Find the SCM Panel
  • Click on the Bitbucket Cloud section
Connector Page

2. Initiate the Connection

  • It will show tab Token
  • Click the Connect button
Bitbucket Cloud Panel

3. Authorize Bitbucket Cloud Access

  • Wait for the authorization process to complete
  • Grant necessary permissions for Plexicus to access your Bitbucket account
Bitbucket Authorize

4. Finalize the Connection

  • You'll be redirected back to Plexicus
  • Verify that the connector is successfully configured

Next Steps

You can now create an application using Bitbucket Cloud as your Source Control Management (SCM) system.

Applications Page