Skip to main content

Move a task

POST 

/v1/projects/:project_id/tasks/:task_id:transition

Fire a named move on the card — the single path every state change takes. The move must be declared on the board and valid from the card's current column; the board's definition is what a UI renders its buttons from. Naming a move that does not exist, one that is not legal from this column, or any move at all on a closed card all answer 409 task_transition_conflict: it is a conflict with the card's state rather than a malformed request — the same body succeeds one column earlier.

Request

Responses

The card after the move.