get_ticket_template_variables
Retrieves all available Jinja2 template variables with their dotted paths, types, and descriptions. Use before authoring or previewing a ticket template.
Instructions
List the variables a ticket template can reference (Jinja2 cheatsheet).
Returns every {{ variable }} available to a TicketTemplate — dotted path,
type, and description — plus the template schema_version. Fetch this before
authoring or previewing a template with preview_ticket_template.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |