update_issue
Update an existing Redmine issue by modifying fields, adding notes, or changing status. Specify the issue ID and any fields to update.
Instructions
Updates an existing issue. Can change fields, add notes/comments, or change status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric issue ID to update (required) | |
| project_id | No | Move issue to another project | |
| subject | No | Issue subject / title | |
| tracker_id | No | Tracker ID | |
| status_id | No | Status ID | |
| priority_id | No | Priority ID | |
| description | No | Issue description | |
| category_id | No | Issue category ID | |
| fixed_version_id | No | Target version ID | |
| assigned_to_id | No | Assignee user ID | |
| parent_issue_id | No | Parent issue ID | |
| custom_fields | No | Custom field values | |
| is_private | No | Whether the issue is private | |
| estimated_hours | No | Estimated hours | |
| done_ratio | No | Percentage done (0-100) | |
| start_date | No | Start date (YYYY-MM-DD) | |
| due_date | No | Due date (YYYY-MM-DD) | |
| notes | No | Comment/note to add to the issue (visible in journal) | |
| private_notes | No | Whether the note is private | |
| uploads | No | Attachments (requires prior upload to get tokens) |