redmine_reply_message
Reply to an existing forum topic in Redmine by providing board, topic, and message content.
Instructions
Reply to an existing forum topic.
Args: board_id: board the topic belongs to. topic_id: the parent message/topic id. content: required reply body.
Honors REDMINE_MCP_READ_ONLY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| board_id | Yes | ||
| topic_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |