redmine_update_issue
Update Redmine issue fields like status, assignee, priority, due date, and more without adding comments. Ideal for pure metadata changes.
Instructions
Update issue fields (status, assignee, priority, due date, etc.) without necessarily adding a note. Use redmine_add_note if you want to post a comment. Use this for pure metadata changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Optional note explaining the change | |
| subject | No | Updated subject/title | |
| due_date | No | New due date (YYYY-MM-DD) | |
| issue_id | Yes | The issue ID to update | |
| status_id | No | New status ID (1=New, 2=Assigned, 3=Solved, 4=Feedback, 5=Closed, 6=Waived, 17=Review, 19=30_InProgress, 20=50_InProgress, 21=70_InProgress) | |
| done_ratio | No | Done percentage (0-100) | |
| attachments | No | Absolute file paths to attach (images, PDFs, etc.) | |
| priority_id | No | New priority ID | |
| assigned_to_id | No | New assignee user ID |