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.

The project board with four columns and story cards showing ref, priority, labels and assignee
The project board with four columns and story cards showing ref, priority, labels and assignee

Columns

The board has four fixed columns:

ColumnStatus
To Dotodo
In Progressin_progress
In Reviewin_review
Donedone

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_order of 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.

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

Was this helpful?