title is the short label, summary is the one-line gist shown next to it, and body is the markdown implementation spec an agent reads before building.
Tickets created through the connector carry the same “manual” source as tickets a person adds in the app — they are hand-authored work items, not output of a generation job.
Input
string
required
Id of the Montra document the ticket belongs to (UUID).
string
required
Short title for the ticket. Trimmed; 1–300 characters.
string
One-line gist of the ticket. Trimmed; up to 1000 characters.
string
Markdown implementation spec for the ticket.
Output
object
required
Notes
- The document must be in the workspace this connection is bound to; anything else reads as not found. See workspace binding.
- To create the document first, use
create_document. - Related:
update_ticket,get_ticket, and the agent workflow guide.