redmine_issue_update
Update issue fields and add notes to change status, progress, or comment on a Redmine issue.
Instructions
Update an issue including notes/comments (PUT /issues/:id.json). Pass issue fields and optional notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| issue | Yes | Fields to update, e.g. { status_id, done_ratio, notes: 'comment' } |