Configure a Webhook in Bitbucket Enterprise
The following documentation is specific to Bitbucket Enterprise customers.
A. Create a Webhook API Token in ARM
Log in to ARM.
Navigate to Admin Section > API Token.
Click Create API Token.

Enter a Token Name.
Select Type as webhook.
(Optional) Add a Description.
Click Create Option.

Your webhook API token is now created.
B. Create a Webhook with Authentication in Bitbucket
Log in to your Bitbucket account and open the target repository.
Go to Settings and select Webhooks.

In the webhook configuration form, use the following URL formats:
For SCM push events:
https://login.autorabit.com/api/webhook/v2/<orgname>/enterprise/trigger-scm-push-request
For ALM commit syncs:
https://login.autorabit.com/api/webhook/v2/<orgname>/enterprise/sync-alm-commits
Enter the webhook details and click Save.
Smart Commits
Configure commit message patterns that associate commits with ALM stories. Example:

To configure a webhook:
Enable the auto update on webhook checkbox to display the webhook URL.
For setup in other repository types, refer to the Webhook Guide.
To integrate with external smart commit systems, see the Version Control Repositories Summary.
Last updated
Was this helpful?