Bitbucket Integration in Zoho BugTracker
Having multiple lines of code and changing versions can be difficult to track. Commit codes in Bitbucket and view the changesets inside Zoho Projects. You can integrate Zoho BugTracker with Bitbucket using an API.
https://projectsapi.zoho.com/restapi/portal/<PORTALID>/projects/<PROJECTID>/commits/bitbucket/?authtoken=<AUTHTOKEN>
To learn more about retrieving Portal ID, Project ID, and authtoken click here. You can call this webhook from Bitbucket to complete the integration.
Authtoken
- Navigate to Setup > Developer Space > Integrations.
- Click Service Hooks.
- Note the token value.
For Existing Integration
Users who have already integrated Bitbucket and BugTracker using service hooks can continue to do so. If you regenerate your auth token, login to Bitbucket and edit the token value. The integration will work normally.
- Navigate to Setup > Developer Space > Integrations.
- Click Service Hooks.
- Copy the Post URL for Bitbucket Integration.
![]()
View Changesets in BugTracker
- Select your Project in BugTracker.
- Click Bugs from the left panel.
- Click
in the upper right corner .
- Select Changesets to view.
- To view the changesets for a particular bug, click on a bug and then click Changesets.