update_issue
Modify existing Redmine tickets by updating fields like status, priority, description, due dates, or assignees to track progress and manage project issues.
Instructions
Update an existing Redmine issue/ticket. Only provided fields will be updated.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | The ID of the issue to update | |
| project_id | No | Move issue to a different project | |
| subject | No | Update the title/subject of the issue | |
| description | No | Update the detailed description | |
| tracker_id | No | Change the tracker type | |
| status_id | No | Change the status | |
| priority_id | No | Change the priority | |
| assigned_to_id | No | Reassign the issue to a different user | |
| start_date | No | Update start date in YYYY-MM-DD format | |
| due_date | No | Update due date in YYYY-MM-DD format | |
| done_ratio | No | Update percentage of completion (0-100) | |
| fixed_version_id | No | Update the target version (milestone) | |
| notes | No | Add notes/comments about this update |