Bitbucket Integration
The Feedback Falcon Bitbucket integration allows your team to seamlessly create issues in Bitbucket directly from user feedback and keep comments synced.
Supported Features
- Repository Connection: Link your Feedback Falcon project directly to a specific Bitbucket repository.
- Issue Creation: When a task is created or approved in Feedback Falcon, you can automatically create a corresponding Bitbucket Issue containing the original feedback description and technical context.
- Comment Syncing: Comments made in Feedback Falcon can be mirrored to the Bitbucket Issue, and comments added in Bitbucket can be synced back to Feedback Falcon.
Setup Instructions
- Navigate to your Project Settings > Integrations.
- Click Configure next to Bitbucket.
- Provide your Bitbucket Access Token or App Password.
- Enter your Workspace / Repo Owner name.
- Enter your Repository Name.
- Save your settings.
- A Webhook Setup URL will be displayed at the bottom of the modal for 2-way sync.
Setting up the Webhook for 2-Way Sync
To allow comments and updates from Bitbucket to sync back into Feedback Falcon, you must configure a repository webhook using the URL generated in the previous step:
- Navigate to your Bitbucket repository Repository settings.
- Click on Webhooks in the left sidebar under Workflow, then click Add webhook.
- In the URL field, paste your Feedback Falcon Integration Webhook URL.
- Set the Status to Active.
- Under Triggers, select Choose from a full list of triggers.
- Check the boxes for Issue: Comment created (and Repository: Push if utilizing git commit task commands).
- Click Save.
With these configurations, comments added to the Bitbucket issue will mirror back to Feedback Falcon to keep everyone in the loop.