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
- The change is flagged as a manual edit, so a generation still running in the background will not overwrite the status you set.
- Tickets outside the workspace this connection is bound to read as not found. See workspace binding.
- Related:
update_ticket,link_ticket_issue, and the agent workflow guide.