karea_create_subtask
Create a subtask under a parent task using the parent's visual ID, name, or UUID. Specify title, priority, deadline, and other parameters.
Instructions
Create a subtask under a parent task. Accepts the parent by visual ID (e.g. KPL77), name, or UUID. Supports the same params as karea_create_task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent | Yes | Parent task name, visual ID (KPL77, C1), or UUID | |
| title | Yes | Subtask title | |
| category | No | Category name (defaults to the parent's category if omitted) | |
| priority | No | Priority 1-5 (1=critical) | |
| sla | No | Deadline: 2d, 5h, tomorrow, monday | |
| description | No | Subtask description (short, one line) | |
| markdown | No | Long-form markdown content — investigation findings, technical/functional docs, solution design, root cause analysis. | |
| source | No | Where this subtask came from | |
| closingRequisites | No | Requirements that must be met before closing | |
| tags | No | Tags to add (e.g. ["bug", "needs review", "urgent"]) | |
| jiraIssueKey | No | JIRA issue key to link (e.g. PROJ-123). Issue must exist in JIRA. | |
| projectId | No | Project name or ID (needed if parent is a visual ID) |