Skip to content

jtk boards

The boards command group manages agile boards. Aliases: board, b.

List agile boards.

Terminal window
jtk boards list
jtk boards list --project PROJ
jtk boards list --json

Flags:

FlagDescription
--projectFilter boards by project key

Example output:

ID Name Type Project
42 PROJ Board scrum PROJ
43 Design Board kanban DES
44 Platform Sprint scrum PLAT
Showing 3 of 3 results

List sprints for a board.

Terminal window
jtk boards sprints 42
jtk boards sprints 42 --state active
jtk boards sprints 42 --state future

Arguments:

ArgumentDescription
board-idBoard ID (required)

Flags:

FlagDescription
--stateFilter by sprint state: active, future, closed

Example output:

ID Name State Start End Goal
100 Sprint 14 closed 2025-01-01 09:00 2025-01-14 09:00 Ship v2.0
101 Sprint 15 active 2025-01-14 09:00 2025-01-28 09:00 OAuth + bug fixes
102 Sprint 16 future - - TBD
Showing 3 of 3 results