We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
Overview of Tasks
A task represents a specific action or activity that needs to be completed. Tasks can be viewed in two distinct ways:
- [[Task List]] View
- [[Kanban Page]] View
Each view provides unique functionality for managing and organizing tasks.
Task List View
The
Task List
view can be accessed when you’re logged in and navigate to
/todo
. This view displays all tasks assigned to you across all teams and projects. Each task in the list is composed of four key elements:
Task Components

- Task Menu : Opens the task menu (explained below).
- Done Checkbox : Marks the task as complete.
- Task Title : The main title or name of the task.
- Description : Additional details or notes related to the task.
Task Menu
![[TaskMenu.png]] The task menu provides additional options for managing tasks. The available actions are:
- Create Sub-Tasks : Break down the task into a list of smaller, more manageable sub-tasks.
- Export Task : This option behaves differently depending on the task’s context:
- For a normal task, it exports the task to the latest sprint if it’s part of an older sprint.
- For a [[Sprint Objectives|sprint objective]] task, it converts the objective into a normal task that can be assigned within the [[Kanban Page]].
- Delete Task : Permanently removes the task.
Kanban Board View
The [[Kanban Page]] view provides a more visual, card-based representation of tasks. When creating a card task on the Kanban board, it shares the same essential components as the [[Task List]], but with some additional Kanban-specific functionalities.
Creating Tasks on the Kanban Board
When you create a task on the Kanban board, only the
Title
is initially visible. This is because the title must be established before any other fields become available.
Task Components in the Kanban View

- Delete Card : Deletes the task card from the [[Kanban Page]].
- Title : The primary title or name of the task.
- Description : Additional task details or notes.
- Create Checklist : Adds a checklist of sub-tasks to the card, enabling a more detailed breakdown of activities within the card.
- Export to Latest Sprint : Moves the task to the latest sprint, ensuring it’s included in the most current project cycle.