update_task
Update an existing task by specifying its ID and optional fields such as title, description, status, priority, assignee, component, or labels.
Instructions
Update an existing task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | New task title | |
| labels | No | New task labels | |
| status | No | New task status | |
| taskId | Yes | Task ID to update | |
| priority | No | New task priority | |
| assigneeId | No | New assignee ID | |
| componentId | No | New component ID | |
| description | No | New task description |