update_issue_status
Update the status of a Redmine issue by specifying the issue ID and either a new status ID or name. Optionally add notes to document changes. Returns the update result message.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
issue_id | Yes | ||
notes | No | ||
status_id | No | ||
status_name | No |