redmineflux_core_update_issue
Update an existing Redmine issue by modifying only the fields you provide, such as status, priority, assignee, description, or notes. Leave fields unchanged by omitting them.
Instructions
Update an existing issue. Only provided fields are changed.
Args: issue_id: The issue number to update. subject: New title (empty = no change). description: New description (empty = no change). status_id: New status ID (0 = no change). priority_id: New priority ID (0 = no change). assigned_to_id: New assignee user ID (0 = no change). done_ratio: New completion percentage 0-100 (-1 = no change). estimated_hours: New estimate (0 = no change). notes: Add a journal note/comment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | ||
| subject | No | ||
| issue_id | Yes | ||
| status_id | No | ||
| done_ratio | No | ||
| description | No | ||
| priority_id | No | ||
| assigned_to_id | No | ||
| estimated_hours | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |