Freelo Create Subtask
freelo_create_subtaskBreak down complex tasks by creating a subtask under an existing task, organizing smaller work items into manageable pieces.
Instructions
Creates a subtask under an existing task. Subtasks help break down complex tasks into smaller pieces.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | Parent task ID (e.g., "25368707"). Get from freelo_get_all_tasks. | |
| subtaskData | Yes | Subtask data |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Subtask ID | |
| name | Yes | Subtask name | |
| labels | No | ||
| worker | No | User object | |
| task_id | Yes | Parent task ID | |
| date_add | No | ISO 8601 date-time format (e.g., "2021-10-04T09:32:00+02:00") | |
| due_date | No | ISO 8601 date-time format (e.g., "2021-10-04T09:32:00+02:00") | |
| state_id | No | State ID: 1=active, 2=finished | |
| due_date_end | No | ISO 8601 date-time format (e.g., "2021-10-04T09:32:00+02:00") | |
| priority_enum | No | Priority: h=high, m=medium, l=low | |
| tracking_users | No |