This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: integration guide for bitbucket (#526)
* update add-integration-guide.mdx
- Loading branch information
1 parent
3970644
commit d921885
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<img src="https://res.cloudinary.com/dfcnic8wq/image/upload/v1711468058/Revert/Docs/twzdvnlzbcrbvqi9aws6.png" /> | ||
|
||
#### Obtaining Bitbucket Client ID and Secret | ||
|
||
- Open a [Bitbucket account](https://bitbucket.org/product). | ||
- Create a Bitbucket OAuth consumer, using the steps mentioned [here](https://support.atlassian.com/bitbucket-cloud/docs/use-oauth-on-bitbucket-cloud/) | ||
- `NOTE:` You can skip this step and use the default revert Bitbucket app | ||
- Set `https://app.revert.dev/oauth-callback/bitbucket` as the `redirect` url for your app | ||
- **Get your client_id and client_secret**: | ||
- A consumer will be added,click on the dropdown arrow. | ||
- Copy your client_id and client_secret | ||
|
||
#### Connect to Bitbucket via Revert | ||
|
||
- Create an account on Revert if you don't already have one. (https://app.revert.dev/sign-up) | ||
- Login to your revert dashboard (https://app.revert.dev/sign-in) and click on `Customize your apps` - `Bitbucket` | ||
|
||
<img src="https://res.cloudinary.com/dfcnic8wq/image/upload/v1705652583/Revert/Docs/nwlrrom2sw5xj7dsgznv.png" /> | ||
|
||
- Enter the `client_id` and `client_secret` you copied in the previous step into the App credentials here and click `Submit`. |