Configure a Webhook in GitLab
A. Create a Webhook API Token from ARM
Log in to ARM.
Navigate to Admin > API Token.
Click Create API Token.

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

Your API token is now created.
B. Create a Webhook with Authentication on GitLab
Log in to your GitLab account and select the target repository.

Go to Settings > Integrations.

In the URL field, enter the webhook endpoint:
For example: https://login.autorabit.com/api/webhook/v2/autorabit.com/trigger-scm-push-request

Complete the configuration and click Add Webhook.
Smart Commits
Define the pattern used to extract ALM-related information from commit messages. For example:

To enable automatic updates via webhook:
Check the Enable auto update on webhook option.
This will display the required webhook URL for use in repository settings.
For more detailed setup across repositories, refer to the Webhook Configuration Guide. To integrate with external Smart Commit systems, see the Version Control Repositories Summary.
For Enterprise Customers
Use the following endpoints for enterprise-specific configurations: /api/webhook/v2//enterprise/trigger-scm-push-request /api/webhook/v2//enterprise/sync-alm-commits
Last updated
Was this helpful?