GitLab Integration
The Feedback Falcon GitLab integration allows your team to easily create issues in GitLab directly from user feedback and sync notes bidirectionally.
Supported Features
- Project Connection: Link your Feedback Falcon project directly to a specific GitLab project.
- Issue Creation: When a task is created or approved in Feedback Falcon, you can automatically generate a corresponding GitLab Issue containing the original feedback description and technical context.
- Note Syncing: Comments made in Feedback Falcon can be mirrored to the GitLab Issue as notes, and notes added in GitLab can be synced back as comments in Feedback Falcon.
Setup Instructions
- Navigate to your Project Settings > Integrations.
- Click Configure next to GitLab.
- Provide your GitLab Personal Access Token.
- Enter the explicit path to your GitLab project (e.g.,
namespace/project-nameor the project ID). - Save your settings.
- A Webhook Setup URL will be generated at the bottom of the modal for bidirectional syncing.
Setting up the Webhook for 2-Way Sync
To allow notes from GitLab to sync back into Feedback Falcon, you must configure a project webhook using the URL generated in the previous step:
- Navigate to your GitLab project Settings > Webhooks.
- Click on Add new webhook.
- In the URL field, paste your Feedback Falcon Integration Webhook URL.
- Leave the Secret token field empty based on your current configuration.
- Under the Trigger section, check the boxes for Push events (if using commit-based task closures) and Comments (this is for Note events).
- Click Add webhook.
Once the webhook is configured, comments added to linked GitLab issues will automatically appear as comments on the respective task in Feedback Falcon.