Kanban Board

Board Columns

Tickets land on a Kanban board with four columns:

  • Backlog — new and unstarted tickets
  • In Progress — actively being worked on
  • Blocked — waiting on a dependency or external factor
  • Done — completed

Drag tickets between columns to update status. Hard dependencies block moving a ticket to In Progress or Done if the parent ticket is not yet Done.

Try it

Backlog2
Fix login redirect
Setup CI pipeline
In Progress2
Add dark mode toggle
Design settings page
Blocked1
Refactor auth flow
Done1
Update API docs

Drag tickets between columns to change status