update_issue_status
Update the status of a Redmine issue by specifying either status ID or name, with optional notes to track changes.
Instructions
更新議題狀態
Args:
issue_id: 議題 ID
status_id: 新的狀態 ID(與 status_name 二選一)
status_name: 新的狀態名稱(與 status_id 二選一)
notes: 更新備註(可選)
Returns:
更新結果訊息Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | ||
| status_id | No | ||
| status_name | No | ||
| notes | No |