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
Improve app password instructions
  • Loading branch information
petrisorcoderabbit committed Jan 27, 2025
commit f463a72e3a6929980cb93f3ca2ec3896e1ff06ae
8 changes: 5 additions & 3 deletions docs/platforms/bitbucket-cloud.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "[Beta] Bitbucket Cloud"
description: Learn how to integrate CodeRabbit with Bitbucket Cloud.
sidebar_label: Bitbucket Cloud BETA
description: "Learn how to integrate CodeRabbit with Bitbucket Cloud."
sidebar_label: "[Beta] Bitbucket Cloud"
sidebar_position: 6
---

Expand All @@ -17,7 +17,9 @@ This guide will assist you in effectively integrating CodeRabbit with Bitbucket

To enable CodeRabbit to interact with your Bitbucket repositories, an app password is required. This token grants the necessary permissions for interacting with the Merge Requests and Discussions APIs.

1. App password: You can create a new Bitbucket account specifically for CodeRabbit, name it “CodeRabbit” and treat it as a service account. Then generate an App Password from it which it will enable seamless integration between CodeRabbit and your Bitbucket repositories.
1. Create a new Bitbucket account specifically for CodeRabbit and treat it as a service account.
2. Name the account "CodeRabbit".
3. Generate an App Password to enable seamless integration between CodeRabbit and your Bitbucket repositories.

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.

Expand Down
Loading