Skip to main content
Adds a new ticket to an existing document. 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