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

Codebeamer Application Lifecycle Management (ALM)

Search In Project

Search inClear

Tags:  not added yet

Configure bitbucket.org Webhook


Go to System admin --> Application Configuration

In scc --> bitbucket property you need to set the following properties:

  • baseUrl: The base url of your bitbucket server i.e.: http://localhost:7990CB:/images/out.png
  • username: Bitbucket username. It is necessary for Bitbucket API calls.
  • password: Bitbucket password. It is necessary for Bitbucket API calls. After you save the configuration the password will be encrypted.


It is necessary to create a new Webhook into Bitbucket to provide traceability information about changes of Bitbucket repositories to codeBeamer.

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



Then you should click to "Add webhook" button.


Configure Webhook

Add a new webhook with the following configuration:

  • Title: This can be anything you want. Example: codebeamer-webhook
  • Url: https://codebeamer.com/cb/rest/scm/bitbucket/{projectId}
  • Status: Active; checked (default)
  • SSL/TLS: Skip certificate verification; unchecked (default)
  • Request History: Enable request history collection; unchecked (default)