Commit Graph

1 Commits

Author SHA1 Message Date
Ricel Leite b000dcc98d feat: Universal issue tracker integration v2.0
SUPPORTED INTEGRATIONS:
- TicketHub (internal)
- JIRA (Atlassian)
- ServiceNow (Incidents)
- Zendesk (Tickets)
- Azure DevOps (Work Items)
- GitHub Issues
- GitLab Issues
- Generic webhook (custom systems)

FEATURES:
- Normalized issue adapter pattern
- Each source has dedicated webhook endpoint
- Automatic callback to source system with analysis
- Support for source-specific comment formats
- Integration statistics tracking
- Filter issues by source
- Generic webhook for custom integrations

ARCHITECTURE:
- Adapter functions normalize different payloads
- Single analyze_issue pipeline for all sources
- Source-aware post_analysis_to_source callback
- DB tracks source and metadata per issue
2026-02-18 18:41:20 -03:00