List Redmine project news
list_project_newsRetrieve visible news items for a specific Redmine project, with support for pagination via offset, limit, and page parameters.
Instructions
Read visible news for one Redmine project from GET /projects/:project_id/news.json for the configured API user. The required project_id is a positive numeric project ID or valid project identifier. Supports the documented offset, limit, and page collection pagination controls. Redmine applies its ordinary project and news visibility rules; this tool never changes Redmine data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number. Redmine converts it to an offset using the selected limit. | |
| limit | No | Number of news items to return. Redmine caps this at 100. | |
| offset | No | Number of news items to skip | |
| project_id | Yes | Positive numeric project ID or valid Redmine project identifier |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| news | Yes | ||
| paging | Yes | ||
| filters | Yes |