The Kanban Board (also called the Sprint Board) gives you a card-based view of all stories in a sprint, organised into columns by workflow stage. Drag cards across columns to update their status. It's the primary view for daily standups and tracking in-flight work.
The board always shows one sprint at a time. Use the sprint selector at the top to switch between the active sprint, planned sprints, and historical closed sprints.
Each column represents a workflow stage. The default stages are:
| Column | What it means |
|---|---|
| Backlog | Stories not yet started. New stories land here by default. |
| Grooming | Stories being refined — acceptance criteria being written, estimates being set. |
| In Development | Stories actively being worked on. |
| Testing | Stories under QA or review. |
| Ready | Stories complete and waiting for acceptance. |
| Accepted | Stories signed off and done. Counts toward velocity. |
Column names and the number of columns can be customised per project under Project Settings → Workflow.
Drag a card from one column to another to update its status. The change saves immediately — no need to confirm.
You can also update a card's status without dragging: click the card to open the story detail panel, then change the Status field from there.
Each card shows at a glance:
Use the filter bar above the board to focus on a subset of cards:
You can create new stories directly on the board without going to the Backlog:
The sprint selector at the top of the board lists all sprints — active, planned, and closed. Select any sprint to view its board. Closed sprint boards are read-only; you can view the final state but cannot move cards.
The Board is showing the wrong sprint
Use the sprint selector at the top of the board to switch between sprints. The active sprint is selected by default. You can view any sprint's board — including closed ones — from the same selector.
I can't drag a story to a column
Check that you have contributor access on the project. Read-only members can view the board but cannot move cards. Also confirm the story isn't locked — stories in a closed sprint are read-only.
A story card isn't showing on the board
The board only shows stories assigned to the selected sprint. If a story is missing, it may be in the backlog (no sprint assigned) or in a different sprint. Use the Backlog view or Scrum View to locate it.
The WIP limit is highlighted in red
Your project has a WIP (work-in-progress) limit configured for that column. Move or complete some stories in the column before adding more. WIP limits are set under Project Settings → Board.
I want to add a custom column
Board columns map to workflow stages, which are configured per project under Project Settings → Workflow. Ask your project manager to add or rename stages.
Defects aren't showing on the board
Use the filter toggle at the top of the board to enable defects. By default the board may show stories only.