Creating a Task
Task Priorities
Subtasks
Break complex tasks into subtasks to track granular progress:progress field is automatically computed as the percentage of completed subtasks.
Updating Task Status
todo, in_progress, in_review, done, cancelled.
Assigning to a Sprint
Bulk Task Operations
Update or move multiple tasks at once:A
project.task.completed event fires when any task transitions to done. Subscribe to this event to trigger downstream actions such as updating a linked Sales deal or notifying stakeholders.