To connect Bitbucket with Ampersand, you will need a Bitbucket/Atlassian Account.Once your account is created, you’ll need to create an OAuth consumer in your bitbucket workspace, configure the app, and obtain the following credentials from your app:
Client ID
Client Secret
You will then use these credentials to connect your application to Ampersand.
Go to Workspace Settings by clicking the gear icon in the top-right navigation bar.
Select OAuth consumers from the left sidebar then click Add consumer.
Enter the following details in the create application form:
Name: Enter a name for your app.
Description: Provide a brief description of your app.
Callback URL: Enter the Ampersand redirect URL: https://api.withampersand.com/callbacks/v1/oauth.
Select the permissions you want to grant to your app.
Click Save.
Once your app is created, you can access the Client ID and Client Secret credentials. Note these down, as you will need them to connect your app to Ampersand.