Freelo Create Task From Template
freelo_create_task_from_templateCreate a new task from an existing template, inheriting its name, description, and structure into a target project and tasklist.
Instructions
Creates a new task based on an existing template task. The new task inherits the template's name, description, and structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Target project ID. Get from freelo_get_projects. | |
| tasklistId | Yes | Target tasklist ID. Get from freelo_get_project_tasklists. | |
| templateId | Yes | Template task ID. Get from template projects. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task ID | |
| name | Yes | Task name | |
| labels | No | ||
| worker | No | User object | |
| 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 | |
| project_id | No | Project ID | |
| tasklist_id | No | Tasklist ID | |
| 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 | |
| date_edited_at | No | ISO 8601 date-time format (e.g., "2021-10-04T09:32:00+02:00") | |
| tracking_users | No |