Skip to content

Add Bitbucket Cloud doc page #208

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jan 27, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
🎨 pnpm run lint:fix
[dependabot skip]
  • Loading branch information
github-actions[bot] authored Jan 23, 2025
commit add26bdeea955b25fd0c549f8f19b8330d67abf2
40 changes: 20 additions & 20 deletions docs/platforms/bitbucket-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ To enable CodeRabbit to interact with your Bitbucket repositories, an app passwo
We recommend creating a new user as a service account, associating this user to the workspace you'd like to install CodeRabbit on, and providing CodeRabbit with the app password to allow access. During the installation process, CodeRabbit will automatically configure the required webhook for seamless integration.

<div class="center-image">
<img
src="/img/integrations/bitbucket-app-password-modal.png"
alt="Bitbucket user modal"
width="1000"
/>
<img
src="/img/integrations/bitbucket-app-password-modal.png"
alt="Bitbucket user modal"
width="1000"
/>
</div>

:::note
Expand Down Expand Up @@ -70,11 +70,11 @@ Bitbucket provides an option to generate an app password for a new user. Follow
8. Note down the app password as it will only be displayed once.

<div class="center-image">
<img
src="/img/integrations/bitbucket-app-password.png"
alt="Bitbucket app password configuration page"
width="1000"
/>
<img
src="/img/integrations/bitbucket-app-password.png"
alt="Bitbucket app password configuration page"
width="1000"
/>
</div>

### Where to Provide CodeRabbit the App Password
Expand All @@ -92,21 +92,21 @@ You can confirm the correct user is being selected by verifying the user ID show
3. Select **Install Repositories**.

<div class="center-image">
<img
src="/img/integrations/gitlab-repo-install.png"
alt="Bitbucket Repo Install Modal"
width="1000"
/>
<img
src="/img/integrations/gitlab-repo-install.png"
alt="Bitbucket Repo Install Modal"
width="1000"
/>
</div>

The webhook `https://coderabbit.ai/bitbucketHandler` will now be installed for the projects selected.

<div class="center-image">
<img
src="/img/integrations/bitbucket-webhook.png"
alt="Bitbucket Webhook Example"
width="1000"
/>
<img
src="/img/integrations/bitbucket-webhook.png"
alt="Bitbucket Webhook Example"
width="1000"
/>
</div>

### Troubleshooting
Expand Down