redmine_news
Retrieve news items from Redmine projects. Use list action to fetch multiple news or get action to fetch a specific news by ID.
Instructions
Read news: list, get.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | Query parameters. Array values are appended repeatedly. | |
| action | Yes | ||
| headers | No | Additional headers. Authentication and content headers are managed automatically unless explicitly overridden. | |
| news_id | No | Redmine numeric ID or identifier, passed as a string. | |
| max_pages | No | ||
| project_id | No | Redmine numeric ID or identifier, passed as a string. |