add_template_child
Define default values for sub-issues by adding a child template to an issue template. Returns the child template ID.
Instructions
Add a child (sub-task) template to an issue template. The child defines default values for sub-issues created when using create_issue_from_template. Returns the child template ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | a string that will be trimmed | |
| project | Yes | a string that will be trimmed | |
| assignee | No | Child default assignee email | |
| priority | No | ||
| template | Yes | a string that will be trimmed | |
| component | No | a string that will be trimmed | |
| estimation | No | Child default estimation in minutes | |
| description | No | Child template description |