Configure a Webhook in Bitbucket
Create a Webhook API Token from 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.
Create a Webhook with Authentication in Bitbucket
Log in to your Bitbucket account and open the repository where you want to configure the webhook.

Go to Settings and select Webhooks.
Enter the Webhook URL in the following format:
Example: https://login.autorabit.com/api/webhook/v2/autorabit.com/trigger-scm-push-request

Complete the form and click Save.
Smart Commits
Define patterns to associate Git commits with ALM stories. Example:

To enable automatic webhook URL retrieval:
Check the Enable auto update on webhook box.
For guidance on other repositories, see the Webhook Setup Guide.
To sync with external ALM tools, refer to the Smart Commit Integration Guide.
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?