Editing Task Details
The task detail page is where you track and update everything about a piece of work — from its current status and priority to dates, description, and linked items. This page explains every field and how to use them.
Opening a task
You can open a task from several places:
- Sprint board — click on the task card title
- Kanban board — click on the card
- Tasks list — click the task row
- My Tasks — click any task in your personal view
- Gantt chart — click a task bar and then click "Open"
Task status
Status tells everyone where a task stands in the workflow.
| Status | What it means |
|---|---|
| To Do | Work has not started yet |
| In Progress | Someone is actively working on it |
| In Review | Work is done, waiting for review/approval |
| Blocked | Progress is stopped by an external dependency or issue |
| Done | Work is complete and accepted |
| Cancelled | Task is no longer needed |
How to change status
- Open the task.
- Click the Status badge at the top of the detail panel.
- Select the new status from the dropdown.
You can also drag cards between columns on the Kanban board to change status.
When you move a task from To Do to In Progress, the system automatically records the actual start date. When you move it to Done, it records the actual end date. These dates are set by the system and cannot be edited manually — this keeps your reporting accurate.
Priority
To change a task's priority:
- Open the task.
- Click the Priority field.
- Select Low, Medium, High, or Critical.
Priority affects sorting on list views and is visible as a colored indicator on Kanban cards.
Task type
Type categorizes the nature of the work. Common types include Feature, Bug, Improvement, Research, and Chore. Your team's available types are configured in Masters settings.
- Open the task.
- Click the Type field.
- Select a type.
Description
The description field supports rich text — you can format text, add bullet lists, headings, code blocks, and more.
- Open the task.
- Click in the Description area.
- Type or paste your content.
- Use the toolbar to format text.
- Changes are saved automatically.
Good descriptions include: what needs to be done, why it matters, acceptance criteria ("this is done when..."), links to designs or specs, and any known constraints or edge cases.
Planned dates
Planned start and end dates represent your team's intent for when work should happen. They are used in Gantt chart rendering and capacity calculations.
- Open the task.
- Click Planned start → pick a date.
- Click Planned end → pick a date.
The planned end date must be on or after the planned start date.
Actual dates (read-only)
Actual dates are recorded automatically by the system:
| Field | When it is set |
|---|---|
| Actual start | When status changes from "To Do" to "In Progress" |
| Actual end | When status changes to "Done" |
These fields are read-only and cannot be changed manually. If a task is moved back from "Done" to "In Progress", the actual end date is cleared.
Estimated hours
An estimate of how long the task will take, in hours.
- Open the task.
- Click the Estimated hours field.
- Enter a number (decimals allowed, e.g.,
2.5). - Press Enter or click away to save.
Estimated hours feed into sprint capacity calculations.
Tags
Tags are free-form labels for filtering and grouping tasks. You can create tags on the fly or pick from existing ones.
- Open the task.
- Click the Tags field.
- Type a tag name and press Enter, or pick from the suggestions.
- To remove a tag, click the × next to it.
Sprint
To move a task to a different sprint:
- Open the task.
- Click the Sprint field.
- Select a new sprint from the dropdown. Only sprints in Planning or Active status are shown.
- Confirm the move.
Moving a task between sprints that belong to different releases is allowed. The task will adopt the new sprint's release context for reporting purposes.
Linked epic
To associate this task with a broader epic:
- Open the task.
- Click the Epic field.
- Search for and select an epic.
See Linking work to epics for more.
Deleting a task
Only workspace Admins can permanently delete a task.
- Open the task.
- Click the Actions menu (three dots, top-right).
- Click Delete Task.
- Confirm the deletion.
If you want to remove a task from the sprint without losing its history, set its status to Cancelled instead. Cancelled tasks are hidden from active views but preserved in reports and audit logs.