jira-ai-fixer/api
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
..
routers feat: Initial project structure 2026-02-18 13:33:43 -03:00
services refactor: Rename all ACI references to JIRA 2026-02-18 14:20:06 -03:00
Dockerfile feat: Initial project structure 2026-02-18 13:33:43 -03:00
comment_fix.py fix: Better comment formatting with plain text and line separators 2026-02-18 18:03:13 -03:00
main.py refactor: Rename project to JIRA AI Fixer 2026-02-18 14:10:23 -03:00
main_v2.py fix: Remove invalid import syntax 2026-02-18 18:21:14 -03:00
main_v3.py feat: Universal issue tracker integration v2.0 2026-02-18 18:41:20 -03:00
requirements.txt feat: Add complete API v2 with webhook and AI analysis 2026-02-18 17:53:16 -03:00