redmine_add_note
Add comments or notes to Redmine issues for updates, feedback, or investigation findings. Supports markdown formatting, status changes, progress updates, attachments, and reassignment.
Instructions
Add a comment/note to an existing Redmine issue. This is the primary way to post updates, progress reports, investigation findings, or review feedback on a ticket. Follow the communication style guide: structured formatting, evidence-based, warm closing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | Yes | The comment text (this Redmine instance renders standard Markdown: use backticks for inline code, **bold**, etc., not textile @...@). Structure with headers for medium/major updates. Include evidence for every claim. Close with 'Please share with me your thoughts, thank you very much!' or similar warm closing. | |
| issue_id | Yes | The issue ID to comment on | |
| status_id | No | Optionally change the issue status (1=New, 2=Assigned, 3=Solved, 4=Feedback, 5=Closed, 6=Waived, 17=Review, 19=30_InProgress, 20=50_InProgress, 21=70_InProgress) | |
| done_ratio | No | Optionally update the done percentage (0-100) | |
| attachments | No | Absolute file paths to attach (images, PDFs, etc.) | |
| assigned_to_id | No | Optionally reassign the issue to a different user ID |