Bitbucket
Creating an app password
-
On the upper right side click on your profile picture
→ Personal settings → App passwords → Create app password
Or click here -
Give your app password the following permissions:

- Click Create and copy the password to the
app_password
field. - The
username
would be your Bitbucket username (not your email)
Jira credentials for email matching (optional)
- Bitbucket doesn’t allow fetching a user’s email through the API. Users will have to configure their bitbucket account without the emails through Entitle settings. There is a workaround for this by fetching these emails by creating an API token in the Atlassian API Token Management Page.
Important
This applies to creating an integration either through Entitle on Pathfinder or through the Entitle standalone product.
Eventually, your JSON should look like this:
{
"user": "jira-user",
"app_password": "<APP_PASSWORD>",
"jira_credentials": {
"url": "https://<YOUR_SUBDOMAIN>.atlassian.net",
"key": "<API_TOKEN>",
"user": "[email protected]"
}
Updated about 2 months ago
What’s Next