Skip to content

tasks.updateStatus

Type: mutation Module: convex/tasks.ts

{
taskId: Id<"tasks">,
status: statusValidator,
}

Transition a task to a new status (backlog, todo, in_progress, review, done). @param taskId - The task to update @param status - New status value