Skip to main content

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

TypePurpose
EpicLarge initiative broken into multiple issues
IssueStandard work item
BugDefect to be fixed
SpikeResearch/investigation task
TaskSmall, 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.

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_list
  • janus_ticket_create
  • janus_ticket_update
  • janus_ticket_claim