Get a Redmine news item
get_newsRetrieve a single Redmine news item by ID, optionally including attachments, comments, and reactions. Provides read-only access to visible news for the configured user.
Instructions
Read one visible Redmine news item from GET /news/:id.json for the configured API user. The required news_id is one positive safe numeric ID. Optionally include the documented attachments, comments, and reactions associations. Redmine enforces news and project visibility and may return HTTP 401, 403, or 404. This tool never changes Redmine data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | News associations to include: attachments, comments, or reactions | |
| news_id | Yes | Positive Redmine news ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| url | Yes | ||
| title | Yes | ||
| author | No | ||
| project | No | ||
| summary | No | ||
| comments | No | ||
| createdOn | Yes | ||
| reactions | No | ||
| attachments | No | ||
| description | Yes |