Configure a Webhook in GitLab
Last updated
Was this helpful?
After the 25.3.9 release, the structure of the webhook payload URL was updated. Customers need to update the webhook URL in the repository settings of their remote repo. Some customers are still using the old webhook URL containing autorabitrest, which should now be replaced with api.
Example:
Unless you update the Payload URL, you might face pull request/trigger build-on-commit jobs triggering.
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.
Log in to your GitLab account and select the target repository.

Go to Settings > Integrations.

In the URL field, enter the webhook endpoint:

Complete the configuration and click Add Webhook.
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.
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?
Was this helpful?

