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
- 200
- 400
- 401
- 404
- 409
- 502
The card after the move.
The request was malformed or failed validation.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).
The request conflicts with the resource's current state.
The upstream runtime could not complete the operation.