You are not logged in. Click here to log in.

Codebeamer Application Lifecycle Management (ALM)

Search In Project

Search inClear

Tags:  GitHub Webhook

Configure GitHub Webhook

Please check the parent page before and learn how to configure codeBeamer and Users.

It is necessary to create a new Webhook into the GitHub to integrate a repository with codeBeamer.

First of all you should navigate to the Settings page of a repository then choose the Webhooks menu.

Configure Webhook

Add a new webhook with the following configuration:

  • Payload url: <codebeamer url>/cb/rest/scm/github/<project id>
  • Secret: With this code codeBeamer can validate the source of the requests. It is necessary to set same Secret into the GitHub and the general.xml too.
  • Select "Just the push event" because codeBeamer supports only the Push notifications.