Configure a Webhook in Bitbucket

Create a Webhook API Token from ARM

  1. Log in to ARM.

  2. Navigate to Admin Section > API Token.

  3. Click Create API Token.

API Token creation screen in ARM
  1. Enter a Token Name.

  2. Select Type as webhook.

  3. (Optional) Add a Description.

  4. Click Create Option.

Webhook token configuration form in ARM
  1. Your webhook API token is now created.


Create a Webhook with Authentication in Bitbucket

  1. Log in to your Bitbucket account and open the repository where you want to configure the webhook.

Bitbucket repository interface with Webhook option
  1. Go to Settings and select Webhooks.

  2. Enter the Webhook URL in the following format:

Example: https://login.autorabit.com/api/webhook/v2/autorabit.com/trigger-scm-push-request

Webhook URL configuration in Bitbucket settings
  1. Complete the form and click Save.


Smart Commits

Define patterns to associate Git commits with ALM stories. Example:

Smart commit example and configuration interface

To enable automatic webhook URL retrieval:


For Enterprise Customers

Use these endpoint URLs for enterprise configurations:

/api/webhook/v2//enterprise/trigger-scm-push-request

/api/webhook/v2//enterprise/sync-alm-commits

Last updated

Was this helpful?