redmine_create_news
Adds a news entry to a Redmine project. Requires project ID or slug and title; accepts optional summary and description.
Instructions
Create a news entry on a project.
Args: project: numeric id or identifier slug. title: required news title. summary: optional short summary. description: optional full body.
Honors REDMINE_MCP_READ_ONLY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| project | Yes | ||
| summary | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |