update_issue
Modify an existing issue's key fields: title, description, priority, state, labels, assignees, dates, estimate. Keep project tasks accurate with direct updates.
Instructions
Update fields on an existing issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New title | |
| issue_id | Yes | Issue UUID | |
| priority | No | New priority: urgent, high, medium, low, none | |
| state_id | No | New state UUID | |
| label_ids | No | Replace label UUIDs | |
| parent_id | No | Parent issue UUID | |
| project_id | Yes | Project UUID | |
| start_date | No | Start date (YYYY-MM-DD) | |
| target_date | No | Target date (YYYY-MM-DD) | |
| assignee_ids | No | Replace assignee UUIDs | |
| estimate_point | No | Estimate points | |
| description_html | No | New description (HTML) |