Setting Up Bitbucket Webhooks
Configure Bitbucket webhooks for automated time tracking. Set up at the repository or workspace level.
Get Your Webhook URL
Copy your unique webhook URL to use in Bitbucket.
Open Bitbucket Settings
Navigate to webhook settings in your repository or workspace.
Paste Webhook URL
Enter the webhook URL you copied in step 1.
In the webhook form, paste your URL into the URL field.
Add Webhook Secret
Create and configure a secret for secure webhook verification.
Please sign in to create a webhook secret.
Set Content Type
Configure the payload format for webhook requests.
Select the following content type:
application/jsonEnable Push Events
Select which events should trigger the webhook.
Under Triggers, enable:
Save Webhook
Complete the setup by saving your configuration.
Click Save or Create webhook to finish.
Add Repository URL to Project
Link the repository to your project for commit tracking.
To track commits for this repository, add the repository URL to your project. Go to Settings → select your project → add the Bitbucket repository URL.
Add Secondary Emails (Optional)
Link commits from different email addresses to your account.
If the email in your git config differs from your Clocktopus login email, add it as a secondary email to ensure your commits are tracked.
Setup Secondary EmailsNeed more help? Check the official Bitbucket documentation.