JIRA AI Fixer Portal - React Dashboard for intelligent support case resolution
Go to file
Ricel Leite cc24d75982 feat: Enterprise-grade portal with full functionality
NEW FEATURES:
- Integrations page: Connect JIRA, ServiceNow, GitHub, GitLab, etc.
  - Provider-specific configuration forms
  - Test connection functionality
  - Sync status tracking

- Automation Rules: Configure when/how issues are analyzed
  - Visual rule builder
  - Conditions and actions
  - Enable/disable per rule
  - Statistics per rule

- Analytics Dashboard:
  - KPI cards with trends
  - Issues over time chart
  - Resolution by category
  - Top affected modules
  - Recent activity feed

- Team Management:
  - Invite members
  - Role-based access (Admin/Developer/Viewer)
  - Activity tracking
  - Notification preferences

- Settings:
  - General org settings
  - AI model configuration
  - Notifications (Email, Slack)
  - Security (SSO, 2FA, IP allowlist)
  - API keys management

UI COMPONENTS:
- Card, Button, Input, Select
- Badge, Modal, Tabs
- Consistent dark theme
- Collapsible sidebar

ARCHITECTURE:
- React 18 + TypeScript
- TailwindCSS
- React Query
- React Router
2026-02-18 18:31:27 -03:00
public Initial commit: JIRA AI Fixer Portal 2026-02-18 18:26:26 -03:00
src feat: Enterprise-grade portal with full functionality 2026-02-18 18:31:27 -03:00
.gitignore Initial commit: JIRA AI Fixer Portal 2026-02-18 18:26:26 -03:00
README.md Initial commit: JIRA AI Fixer Portal 2026-02-18 18:26:26 -03:00
index.html Initial commit: JIRA AI Fixer Portal 2026-02-18 18:26:26 -03:00
package.json Initial commit: JIRA AI Fixer Portal 2026-02-18 18:26:26 -03:00
postcss.config.js Initial commit: JIRA AI Fixer Portal 2026-02-18 18:26:26 -03:00
tailwind.config.js Initial commit: JIRA AI Fixer Portal 2026-02-18 18:26:26 -03:00
tsconfig.json Initial commit: JIRA AI Fixer Portal 2026-02-18 18:26:26 -03:00
tsconfig.node.json Initial commit: JIRA AI Fixer Portal 2026-02-18 18:26:26 -03:00
vite.config.ts Initial commit: JIRA AI Fixer Portal 2026-02-18 18:26:26 -03:00

README.md

JIRA AI Fixer Portal

React dashboard for the JIRA AI Fixer - Intelligent Support Case Resolution system.

Features

  • 📊 Dashboard - Real-time stats and recent issues
  • 🎫 Issues - Browse and filter analyzed issues
  • 📁 Repositories - Manage connected code repositories
  • ⚙️ Settings - Configure integrations and AI settings

Tech Stack

  • React 18 + TypeScript
  • Vite
  • TailwindCSS
  • React Query
  • React Router

Development

# Install dependencies
npm install

# Start dev server
npm run dev

# Build for production
npm run build

Environment Variables

VITE_API_URL=https://jira-fixer.startdata.com.br/api

Integrations

Issue Trackers

  • TicketHub (Active)
  • JIRA (Ready)
  • ServiceNow (Ready)
  • Azure DevOps (Ready)

Code Repositories

  • Gitea (Active)
  • GitHub (Ready)
  • GitLab (Ready)
  • Bitbucket (Ready)

License

MIT