56 lines
900 B
Markdown
56 lines
900 B
Markdown
# 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
|
|
|
|
```bash
|
|
# Install dependencies
|
|
npm install
|
|
|
|
# Start dev server
|
|
npm run dev
|
|
|
|
# Build for production
|
|
npm run build
|
|
```
|
|
|
|
## Environment Variables
|
|
|
|
```env
|
|
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
|