redmine_list_news
Retrieve news entries from Redmine's global feed or a specific project, with pagination support.
Instructions
List news entries (global feed, or scoped to a project).
Args: project: numeric id or identifier slug. Empty for the global feed across every project the API key can see. limit: page size (capped server-side at 100). offset: skip the first N results.
Returns {news, total_count, limit, offset, source}. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| project | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |