update_subtask
Update a subtask's title, description, assignee, due date, or priority by providing project, parent task, and subtask IDs.
Instructions
Change the title, description, assignee, due date or priority of a subtask.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | New description. | |
| title | No | New title. | |
| task_id | Yes | Parent task id. | |
| due_date | No | New due date. | |
| priority | No | New priority. | |
| project_id | Yes | Project the parent task belongs to. | |
| subtask_id | Yes | Subtask id. | |
| assignee_email | No | New assignee email. |