Kodus home page
English
Search...
⌘K
Community
Github
Try Kodus
Try Kodus
Search...
Navigation
Bitbucket
Creating a Webhook
How to deploy
Concepts
Kodus Architecture
Local Quickstarts
Running Kodus API
Running Web Application
Deploy Kodus
Custom Deployment
Troubleshooting Guide
Git providers configuration
Github
Gitlab
Bitbucket
Creating a Webhook
Azure DevOps
Bitbucket
Creating a Webhook
Copy page
Kodus usually creates the webhook automatically. If that didn’t happen, follow these steps to set it up manually:
Navigate to your Bitbucket repository
Click on “Repository settings” in the left sidebar
Select “Webhooks”
Click “Add webhook”
Time to configure your webhook:
Title
: Kodus Code Review
URL
: Drop in the URL where you want to receive notifications, the URL you put under
GLOBAL_BITBUCKET_CODE_MANAGEMENT_WEBHOOK
in the
.env
file
Status
: Active
SSL/TLS
: Check Enable SSL verification
Triggers
: Select these events:
Repository:
Push
Updated
Commit comment created
Build status created
Build status updated
Issue
Created
Updated
Comment created
Pull Request
Created
Updated
Merged
Declined
Comment created
Comment deleted
Comment updated
Comment resolved
Comment reopened
Click “Save”
And that’s it! You’ve successfully set up a webhook to do code reviews in your Bitbucket repository.
Was this page helpful?
Yes
No
Suggest edits
Raise issue
Creating a Webhook
Creating a Webhook
Assistant
Responses are generated using AI and may contain mistakes.