Skip to main content
Every task in Claude Board gets an auto-generated key in the format {TYPE}-{PROJECT}-{NUMBER}, similar to Jira issue keys.

Format

FTR-CB-1001
 │   │   │
 │   │   └── Sequential counter per project (starts at 1001)
 │   └────── Project key (derived from project slug)
 └────────── Task type prefix

Type Prefixes

Task TypePrefix
FeatureFTR
Bug FixBUG
RefactorRFT
DocsDOC
TestTST
ChoreCHR

Project Key

The project key is automatically derived from the project slug:
  • Multi-word slugs use initials: claude-boardCB, utd-games-websiteUGW
  • Single-word slugs use first 3 characters: renklerRNK

Where Keys Appear

Task keys are displayed everywhere the task ID was previously shown:
  • Task cards on the Kanban board
  • List view rows
  • Timeline view labels
  • Task detail modal header
  • Live terminal header

Automatic Updates

  • Keys are generated on task creation
  • When a task’s type changes (e.g., feature → bugfix), the prefix updates automatically (FTR-CB-1001BUG-CB-1001)
  • Existing tasks are backfilled with keys on server startup