AI system for automated JIRA Support Case analysis with COBOL/SQL/JCL code intelligence
Go to file
Ricel Leite 4c294965f2 fix: add pool_pre_ping and pool_recycle to prevent connection errors 2026-02-19 00:22:37 -03:00
app fix: add pool_pre_ping and pool_recycle to prevent connection errors 2026-02-19 00:22:37 -03:00
frontend feat: add organization selection and creation screens 2026-02-19 00:19:35 -03:00
frontend_build feat: add organization selection and creation screens 2026-02-19 00:19:35 -03:00
.env.example docs: add README, INSTALL guide, .env.example + shadcn/ui source components 2026-02-18 21:43:57 -03:00
.gitignore docs: add README, INSTALL guide, .env.example + shadcn/ui source components 2026-02-18 21:43:57 -03:00
ACCESS.md docs: add access credentials and E2E test status 2026-02-18 22:27:02 -03:00
Dockerfile JIRA AI Fixer v2.0 - Enterprise Edition 2026-02-18 19:51:46 -03:00
INSTALL.md docs: add README, INSTALL guide, .env.example + shadcn/ui source components 2026-02-18 21:43:57 -03:00
README.md docs: add README, INSTALL guide, .env.example + shadcn/ui source components 2026-02-18 21:43:57 -03:00
docker-compose.yml JIRA AI Fixer v2.0 - Enterprise Edition 2026-02-18 19:51:46 -03:00
requirements.txt fix: downgrade bcrypt to 3.2.2 for passlib compatibility 2026-02-18 23:08:24 -03:00

README.md

JIRA AI Fixer v2.0

Enterprise AI-powered issue analysis and automated fix generation platform.

🚀 Features

Issue Analysis

  • 🤖 AI-Powered Analysis — Automatic root cause analysis using LLMs
  • 🔀 Auto PR Generation — Creates Pull Requests with suggested fixes
  • 🎯 Confidence Scoring — AI confidence level for each analysis
  • 📊 Analytics Dashboard — Track trends, resolution rates, and team performance

Multi-Source Integration

  • 🔵 JIRA Cloud — Full bidirectional sync
  • ⚙️ ServiceNow — Incident and change management
  • 🐙 GitHub — Issues and repository integration
  • 🦊 GitLab — Issues and merge requests
  • 💚 Zendesk — Support ticket analysis
  • 🎫 TicketHub — Native integration

Enterprise Features

  • 🏢 Multi-Organization — Manage multiple teams/projects
  • 🔐 JWT Authentication — Secure token-based auth
  • 👥 Team Management — Role-based access control
  • 📧 Email Notifications — Automated alerts via Resend
  • 📈 Reports & Analytics — Performance metrics and insights
  • 🔌 Webhooks — Incoming webhooks from any platform
  • 📝 Audit Logs — Complete action history

Modern UI

  • React 18 + Vite (fast builds)
  • 🎨 shadcn/ui components (Button, Dialog, Command, Toast, Skeleton...)
  • 📊 Recharts interactive charts
  • 🌙 Dark Mode by default
  • 📱 Responsive layout

📦 Tech Stack

Layer Technology
Frontend React 18, Vite, TailwindCSS, shadcn/ui, Recharts
Backend Python 3.11, FastAPI, SQLAlchemy (async)
Database PostgreSQL 14+
Queue Redis
Email Resend
AI OpenRouter (Llama, Claude, GPT)

🛠 Quick Start

# Clone
git clone https://gitea.startdata.com.br/startdata/jira-ai-fixer.git
cd jira-ai-fixer

# Backend
pip install fastapi uvicorn sqlalchemy[asyncio] asyncpg pydantic-settings python-jose passlib httpx
uvicorn app.main:app --reload

# Frontend
cd frontend && npm install && npm run dev

📖 Documentation

🌐 Live Demo

📄 License

MIT © StartData