create_news
Create a news item in a Redmine project by specifying project ID, title, and description.
Instructions
Creates a news item in a project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID (numeric) or identifier (string) | |
| title | Yes | News title (required) | |
| description | Yes | News body/content (required) | |
| summary | No | Short summary of the news |