template_apply
Apply a template to an epic to create tasks, substituting {variable} placeholders with provided key-value pairs.
Instructions
Apply a template to create tasks in an epic. Replaces {variable} placeholders with provided values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template_id | Yes | Template ID to apply | |
| epic_id | Yes | Epic to create tasks in | |
| variables | No | Key-value pairs for {variable} substitution (e.g., {"feature": "auth"}) |