Configure Bitbucket Webhooks
After the Bitbucket posting user has been created and the repositories are populating in PullRequest successfully, the Bitbucket webhooks can be configured.
Last updated
After the Bitbucket posting user has been created and the repositories are populating in PullRequest successfully, the Bitbucket webhooks can be configured.
Last updated
These steps for configuring Bitbucket webhooks will need to be repeated for each Bitbucket repository subject to PullRequest code review.
Webhooks can be configured per-repository on the Bitbucket Server application.
Use these options when creating the webhook:
The URL for your webhook should be the base URL of your Proxy with the following:
OPTIONAL - Add a webhook secret. The secret will be used to sign your webhook requests as they are posted to the proxy:
You will need the same webhook secret for all of your repositories if you add one.
This secret must match the WEBHOOK_SECRET
field when you configured the proxy.
The following webhook events are needed:
Component
Events
Repository
PUSH
MODIFED
PullRequest
ALL EVENTS
Click the Test connection button in the repository webhook configuration UI in Bitbucket and make sure you get a 200
status.
If you don't get a 200
it's likely that the webhook secret (if used) or URL may not be correct.
Make sure the webhook is set to Active at the bottom of the Bitbucket configuration page and click Create.
Repeat these steps for any other repositories that are in your list and have not been configured.