The Kanban Board
Every project has a Kanban board at PM → (your project) → Board. The board is the day-to-day view of work in progress: each story is a card, and each card sits in a column that reflects its status.

Columns
The board has four fixed columns:
| Column | Status |
|---|---|
| To Do | todo |
| In Progress | in_progress |
| In Review | in_review |
| Done | done |
Stories marked cancelled are kept for the record but do not appear on the board.
When you move a story into In Progress for the first time, Hubrix stamps its start time. When you move it to Done, Hubrix stamps its completion time. These timestamps feed the sprint burndown and velocity figures.
Moving and reordering cards
- Drag a card between columns to change its status.
- Drag within a column to change its order — the position is remembered (the
board_orderof the card). - Click the + at the top of any column to add a new story directly into that column.
What a card shows
Each story card displays:
- the story ref (for example
WEB-14), - a type icon (task, story, or bug),
- a priority badge,
- the title,
- any labels,
- the story points, and
- the assignee avatar.
Click a card to open the full story detail page.
Filtering and search
The board toolbar lets you narrow what's shown without leaving the board:
- Search — type to match a story's title or ref (case-insensitive).
- Priority — show only stories of a chosen priority.
- Assignee — show only stories assigned to a chosen person.
Filters combine, so you can, for example, show only high-priority cards assigned to one teammate. Clearing the filters returns the full board.
Next steps
- Stories — everything a card can hold.
- Sprints & backlog — plan ahead before work hits the board.
Was this helpful?