Bitbucket Integration
Git AutoReview fully supports Bitbucket Cloud, Server, and Data Center. The only AI code review tool with comprehensive Bitbucket support.
Bitbucket Cloud
bitbucket.org hosted service
Setup Steps
- 1Go to Bitbucket Settings → App passwords
- 2Click 'Create app password'
- 3Name it 'Git AutoReview'
- 4Select required permissions (see below)
- 5Copy the generated password
- 6Paste in Git AutoReview settings
Repository Configuration
{
"type": "cloud",
"workspace": "your-workspace",
"repo": "your-repo-slug"
}Required Permissions
- Account: Read
- Repositories: Read, Write
- Pull requests: Read, Write
Bitbucket Server
Self-hosted Bitbucket (v7.x+)
Setup Steps
- 1Go to your Bitbucket Server profile
- 2Navigate to Personal Access Tokens
- 3Click 'Create token'
- 4Name it 'Git AutoReview'
- 5Select Repository and Pull Request permissions
- 6Copy the token and paste in settings
Repository Configuration
{
"type": "server",
"baseUrl": "https://bitbucket.company.com",
"projectKey": "PROJ",
"repo": "your-repo"
}Required Permissions
- Repository: Read, Write
- Pull Request: Read, Write
Bitbucket Data Center
Enterprise clustered deployment
Setup Steps
- 1Same as Bitbucket Server
- 2Use your Data Center URL as baseUrl
- 3Ensure network access from your machine
Repository Configuration
{
"type": "server",
"baseUrl": "https://bitbucket-dc.company.com",
"projectKey": "PROJ",
"repo": "your-repo"
}Required Permissions
- Repository: Read, Write
- Pull Request: Read, Write
Security & Privacy
- • Credentials stored in VS Code SecretStorage (encrypted)
- • Code sent only to your chosen AI provider
- • No data stored on Git AutoReview servers
- • Works behind corporate firewalls (Server/DC)
Frequently Asked Questions
What permissions does Git AutoReview need?
For Bitbucket Cloud: Account Read, Repositories Read/Write, Pull Requests Read/Write. For Server/DC: Repository Read/Write, Pull Request Read/Write. These allow reading PR diffs and posting comments.
Can I use Git AutoReview with multiple repositories?
Yes! Add multiple repository configurations in settings. Each can be Cloud or Server. Git AutoReview will show all PRs from all configured repositories.
Is my Bitbucket password stored securely?
Yes. App Passwords and Personal Access Tokens are stored in VS Code's SecretStorage, which is encrypted at rest. They are never logged or sent anywhere except to Bitbucket.
Does Git AutoReview work behind a corporate firewall?
Yes, for Bitbucket Server/Data Center. Git AutoReview connects directly from your machine to your Bitbucket instance. No external services are involved except the AI provider you choose.