Update task
update_taskModify specific fields of an existing task, such as title, labels, priority, due date, or attachments, without affecting other fields.
Instructions
Update fields on an existing task. Only provided fields change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | External reference id, or null to clear. | |
| title | No | ||
| labels | No | ||
| ticket | Yes | ||
| dueDate | No | YYYY-MM-DD, or null to clear | |
| newFile | No | 'New file' flag, or null to clear. | |
| product | No | ||
| project | Yes | ||
| verbose | No | Return the full ticket view (description, labels, attachments, dates, ...) instead of the default compact ack. | |
| website | No | Associated website/URL, or null to clear. | |
| priority | No | Manual priority rank (1 = highest), or null to clear. | |
| blockedBy | No | Ticket ids that block this one (empty array or null clears). Adding an edge that closes a loop is rejected. | |
| attachments | No | Replace the attachment list on this ticket. | |
| description | No | ||
| linkedIssue | No |