Skip to main content

Your first board and work items

Boards are Kanban boards that let you visualize your team's workflow. Each board contains columns that represent the states tasks pass through.

What is a board

A board is a visual board within a project. You can have multiple boards in the same project to organize different areas of work (for example, one board for development and another for design).

Each board has:

  • Columns -- Workflow states (Backlog, To Do, In Progress, etc.)
  • Work Items -- Tasks assigned to columns
  • Kanban View -- Drag and drop items between columns

Create a board

1. Access the project's boards

Inside your project, click on the Boards section in the sidebar or on the New board button.

2. Configure the board

Fill in the basic information:

FieldDescriptionExample
NameName of the board"Sprint Board", "Backend Development"
AreaWork area it covers"Engineering", "Design", "General"
TemplatePredefined column template"Basic Kanban", "Scrum", etc.

3. Confirm the creation

Click Create board. The board will be created with the columns from the selected template.

Default columns

When creating a board with the standard template, you'll get these columns:

ColumnPurposeRole
BacklogIdeas and tasks pending prioritizationDefault (new items land here)
To DoPrioritized tasks, ready to start--
In ProgressTasks being actively worked on--
ReviewCompleted tasks pending review--
TestingTasks in the testing phase--
DoneCompleted tasksClosing column

Column roles

Columns have two special roles:

  • isDefault -- The column where new work items are automatically placed. Usually "Backlog" or "To Do".
  • isDone -- The column that marks a work item as completed. Usually "Done". When an item reaches this column, it is considered finished.
Work item status

Work items do not have a separate "status" field. Their status is determined by the board column they are in. Moving an item to the "Done" column is what marks it as completed.

Create your first work item

1. From the board

Click the + button on any board column, or use the New work item button at the top.

2. Fill in the details

FieldDescriptionRequired
TitleDescriptive name for the taskYes
TypeEpic, Feature, Story, or TaskYes
DescriptionDetails of what needs to be doneNo (but recommended)
PriorityCritical, High, Medium, LowNo
AssigneeTeam member responsibleNo
SprintSprint it belongs toNo

Type hierarchy

Work items are organized in a four-level hierarchy:

Epic (large objective)
└── Feature (specific functionality)
└── Story (user story)
└── Task (specific technical task)
Start with Tasks

If you're just getting started, don't worry about the full hierarchy. Create tasks directly for your pending work. You can reorganize the structure later.

3. Work item created

The new work item will appear in the board's default column (usually "Backlog" or "To Do"). From here you can:

  • Drag it to another column to change its status
  • Click on it to view and edit its details
  • Assign it to a team member
  • Add description, comments, and attachments

Move work items between columns

The main interaction with the board is drag and drop:

  1. Click on a work item and hold it
  2. Drag it to the target column
  3. Drop it at the desired position

The work item will automatically change its status based on the column where you place it.

Done column

When you move an item to the column marked as "Done" (isDone), that work item is considered completed. Make sure it is actually finished before moving it.

Customize columns

You can add, rename, reorder, and delete columns according to your team's needs. Access the board settings to manage columns.


Next step: Connect with Claude Code -- Integrate your IDE with Almirant so the AI can manage your work items.