update_issue
Modify Redmine issue details like subject, description, status, priority, assignee, or add notes to keep project tracking up to date.
Instructions
Updates an issue.
Args:
issue_id: Issue number
subject: New subject
description: New description
status_id: New status ID
priority_id: New priority ID
assigned_to_id: New assignee ID
notes: Comment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | ||
| subject | No | ||
| issue_id | Yes | ||
| status_id | No | ||
| description | No | ||
| priority_id | No | ||
| assigned_to_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |