Skip to main content
Flips a ticket between todo and done. Call it with done as soon as you finish implementing a ticket — this is how progress gets back to the person who recorded it, and it is what they watch in the app. Setting a status that is already set is harmless; the call is idempotent.

Input

string
required
Id of the Montra ticket (UUID).
string
required
New status for the ticket: todo or done.

Output

object
required

Notes