create_issue_from_template
Create a new issue from a template with field defaults and overrides. Automatically creates sub-issues from template children unless disabled. Returns the issue ID and child count.
Instructions
Create a new issue from a template. Applies template defaults, allowing overrides for specific fields. If the template has children (sub-task templates), sub-issues are created automatically unless includeChildren is set to false. Returns the created issue identifier and count of children created.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | a string that will be trimmed | |
| status | No | a string that will be trimmed | |
| project | Yes | a string that will be trimmed | |
| assignee | No | Override assignee email | |
| priority | No | ||
| template | Yes | a string that will be trimmed | |
| description | No | Override description (uses template description if not specified) | |
| includeChildren | No | Whether to create sub-issues from template children (default: true) |