Integrations

Learn how to integrate GitFables with your existing tools and workflows.

1

Version Control

Connect with your preferred version control system.

GitHub

Enterprise and Cloud

GitLab

Self-hosted and Cloud

Bitbucket

Server and Cloud

Azure DevOps

Server and Cloud

2

Project Management

Integrate with your project management tools.

Jira

Issue tracking

Trello

Project boards

Asana

Task management

Linear

Project tracking

3

Communication

Connect with your team communication platforms.

Slack

Team chat

Discord

Community chat

Microsoft Teams

Team collaboration

4

Integration Setup

Configure your integrations with these settings.

  1. Go to Integrations in your dashboard
  2. Select the service to integrate
  3. Authorize GitFables
  4. Configure integration settings
{ "integration": "github", "settings": { "repositories": ["org/*"], "events": [ "push", "pull_request" ], "notifications": { "slack": "#engineering", "email": "team@company.com" } } }
5

Webhooks

Set up webhooks to automate your workflows.

Event Types

  • Story generation on push
  • Notifications on updates
  • Analytics reporting
  • Custom event handling

Features

  • Secure signatures
  • Retry mechanism
  • Event filtering
  • Custom payloads
POST https://api.gitfables.com/webhooks Content-Type: application/json X-GitFables-Signature: sha256=... { "event": "story.generated", "repository": "org/repo", "story": { "id": "story-123", "title": "Sprint Review" } }