What You Can Do
With Bitbucket connected, Overcut agents can:- Access Repositories: Clone, read, and modify code in your Bitbucket repositories
- Manage Pull Requests: Create, review, comment on, and merge pull requests
- Handle Code Reviews: Submit approvals, request changes, and add inline comments
- Code Operations: Clone repositories, create branches, and perform git operations
- Webhook Triggers: Automatically start workflows based on Bitbucket events
- Repository Configuration: Configure agent behavior per repository
Which setup do I need?
Two questions decide your path: where Overcut runs and where your Bitbucket lives.Overcut Cloud connects to Bitbucket Cloud only (the managed Forge app is
Cloud-only). On-prem Bitbucket Server / Data Center can only be connected
from a self-hosted Overcut deployment, using your own OAuth credentials on
your instance.
Bitbucket Cloud on Overcut Cloud
Managed Overcut + Bitbucket Cloud. Install the Overcut Forge app. No
credentials to manage.
Bitbucket Cloud, self-hosted Overcut
Self-hosted Overcut + Bitbucket Cloud. Connect directly with your own OAuth
consumer (3LO or 2LO). Webhooks register automatically.
Bitbucket Server / Data Center
Self-hosted Overcut + on-prem Bitbucket. Connect with an OAuth application
link on your instance.
Using Bitbucket in Your Workflows
Once connected, Bitbucket repositories appear as available sources when you:- Add a Source to a workflow
- Configure a Trigger that monitors repositories
- Set up Actions that work with pull requests
For workflows that need to automatically identify which code repositories are most relevant to issues, consider using the
repo.identify action. This action uses AI-powered analysis and repository correlations to determine the best repositories to work with for each issue. Learn more in our Repository Mapping guide.Provider-Specific Behaviors
- Webhooks: On Bitbucket Cloud (self-hosted Overcut), Overcut registers a webhook per repository automatically when you add the repo - there is nothing to paste. On Bitbucket Server / Data Center, a project admin registers one project-level webhook by hand (it is inherited by every repo in the project). See each connection guide for details.
- Ticket links: Bitbucket does not support typed ticket links through Overcut’s native integration.
Permissions
In every setup, Overcut needs read and write access to repositories and pull requests. The exact scopes you grant differ by path (Bitbucket Cloud uses granular consumer permissions; Bitbucket Server / Data Center uses repository-level scopes), so they are listed on each connection guide:- Bitbucket Cloud on Overcut Cloud (Forge app)
- Bitbucket Cloud from self-hosted Overcut
- Bitbucket Server / Data Center
overcut-bot), not your personal admin account.
Troubleshooting
Path-specific problems (callback URL mismatches, webhook setup, service-account access) are covered on each connection guide. General checks:- Ensure the connected account is a workspace/project member with write access to the target repositories
- Try disconnecting and reconnecting the integration
- Confirm your Bitbucket instance is accessible from Overcut