jtk boards
The boards command group manages agile boards. Aliases: board, b.
jtk boards list
Section titled “jtk boards list”List agile boards.
jtk boards listjtk boards list --project PROJjtk boards list --jsonFlags:
| Flag | Description |
|---|---|
--project | Filter boards by project key |
Example output:
ID Name Type Project42 PROJ Board scrum PROJ43 Design Board kanban DES44 Platform Sprint scrum PLAT
Showing 3 of 3 resultsjtk boards sprints
Section titled “jtk boards sprints”List sprints for a board.
jtk boards sprints 42jtk boards sprints 42 --state activejtk boards sprints 42 --state futureArguments:
| Argument | Description |
|---|---|
board-id | Board ID (required) |
Flags:
| Flag | Description |
|---|---|
--state | Filter by sprint state: active, future, closed |
Example output:
ID Name State Start End Goal100 Sprint 14 closed 2025-01-01 09:00 2025-01-14 09:00 Ship v2.0101 Sprint 15 active 2025-01-14 09:00 2025-01-28 09:00 OAuth + bug fixes102 Sprint 16 future - - TBD
Showing 3 of 3 results