Help Center

Boards

Set up boards, manage columns, and understand the difference between Kanban and Scrum.

What is a board?

A board is where issues move through your workflow. Each board belongs to a project and has columns that represent stages of work (example: To do → In progress → Done). Issues are represented as cards that you drag between columns.

There are two board types: Kanban for continuous flow and Scrum for time-boxed sprints. The type is chosen at creation and cannot be changed later.

Kanban vs Scrum

Kanban Scrum (Agile)
Best for Continuous delivery, support queues, ongoing work Feature development in fixed time-boxes
Work unit Issues flow through columns at any time Issues are planned into sprints (1–4 weeks)
Sprints None Create, start, and complete sprints
Backlog Issues move directly to the intake column Issues are moved from backlog into a sprint
Story points Optional Used for sprint capacity planning

Not sure which to choose? Start with Kanban. It is simpler to set up and you can always create a separate Scrum board later.

Create a board

  1. Open a project in the sidebar.
  2. Click New board.
  3. Enter a board name.
  4. Select board type: Kanban or Scrum (Agile).
  5. Optionally copy columns from an existing board.
  6. Confirm — the board opens with default columns ready.

Board type cannot be changed after creation.

Kanban board showing columns with issue cards
A Kanban board. Issues flow continuously through columns — no sprint needed.

Manage columns

Columns represent stages of work. All boards in a workspace share the same column definitions, managed in Workspace Settings → Board columns.

Add a column

  1. Open Workspace Settings → Board columns.
  2. Click Add column.
  3. Enter a name and confirm.

Reorder columns

  1. Open Workspace Settings → Board columns.
  2. Drag a column row using the handle on the left to change its position.

Delete a column

  1. Open Workspace Settings → Board columns.
  2. Click the delete icon next to the column and confirm.

Deleting a column removes it from all boards in the workspace. Issues in that column move to the backlog.

Workspace Settings Board columns page showing a list of columns with drag handles and edit/delete actions
Workspace Settings → Board columns. Changes apply to all boards in the workspace.

Intake column

The intake column is the first column on a Kanban board. When you move an issue from the backlog to the board, it lands in the intake column. The intake column is shown in the backlog view so you can see what is already in progress.

The intake column is always the leftmost column. Reordering columns in settings changes which column acts as intake.

Sprints (Scrum boards only)

Scrum boards use sprints — time-boxed periods where a fixed set of issues is worked on. Only one sprint can be active at a time per board.

Create a sprint

  1. Open the Scrum board.
  2. Click Create sprint.
  3. Enter a sprint name and optionally set start and end dates.
  4. Confirm — the sprint appears as a draft above the backlog.

Add issues to a sprint

  1. Open the Backlog page for the board.
  2. Drag issues from the backlog list into the sprint section, or use the quick action Move to sprint on hover.

Start a sprint

  1. Once issues are added, click Start sprint on the sprint panel.
  2. Confirm dates — the sprint becomes active and issues appear on the board.

Complete a sprint

  1. Click Complete sprint in the sprint header on the board.
  2. Choose what to do with unfinished issues: move to backlog or move to the next sprint.
  3. Confirm — the sprint closes and a new sprint can be started.
Scrum board showing the active sprint header with sprint name, dates, and Complete sprint button
A Scrum board with an active sprint. The sprint header shows name, dates, and the option to complete.

Archive and restore a board

Archiving a board hides it from the active boards list but preserves all issues and history.

Archive

  1. Open Project → Boards.
  2. Click the menu next to the board and select Archive.

Restore

  1. Open Project → Boards and switch to the Archived filter.
  2. Click Restore next to the board.

Only workspace admins and owners can archive or restore boards.

What's next

  • Issues — create, edit, and move issues on your board.
  • Permissions — who can create and archive boards.
  • GitHub integration — automatically link commits and pull requests to issues on your board.