redmine_add_comment
Add a comment to an existing Redmine issue and optionally update its status to track progress.
Instructions
Add a comment to an existing Redmine issue and optionally change its status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | Yes | Comment text | |
| issue_id | Yes | The Redmine issue ID | |
| status_id | No | Optional: New status ID (1=New, 2=In Progress, 3=Resolved, 5=Closed) |