update_task
Patch an existing task by updating selected fields: name, priority, state, labels, assignees, parent, or description. Provide the task UUID.
Instructions
Patch any combination of fields on an existing task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| issue_id | Yes | Task UUID. | |
| priority | No | ||
| state_id | No | ||
| label_ids | No | ||
| parent_id | No | ||
| assignee_ids | No | ||
| status_group | No | ||
| description_html | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||