Project Board
Kanban-style board for managing work across initiatives, epics, and tickets.
Overview
The project board displays all active work items in a drag-and-drop kanban interface.
URL: https://argus.meetrhea.com/board
Work Item Types
| Type | Purpose |
|---|---|
| Epic | Large initiative broken into multiple issues |
| Issue | Standard work item |
| Bug | Defect to be fixed |
| Spike | Research/investigation task |
| Task | Small, specific action item |
Columns
- Backlog - Not yet started
- Ready - Refined and ready to work
- In Progress - Currently being worked on
- Review - Awaiting review/approval
- Done - Completed
Features
Filtering
Filter by type, priority, assignee, or service.
Search
Full-text search across ticket titles and descriptions.
Quick Actions
- Create new tickets
- Assign to self
- Change status via drag-and-drop
API
# List tickets
GET /api/tickets?status=in_progress
# Create ticket
POST /api/tickets
{
"ticket_type": "issue",
"title": "Fix login bug",
"priority": "high"
}
Janus Integration
Tickets are managed via Janus MCP tools:
janus_ticket_listjanus_ticket_createjanus_ticket_updatejanus_ticket_claim