redmineflux_core_list_issues
List Redmine issues with filters for project, status, tracker, assignee, and sorting, supporting pagination to retrieve targeted records.
Instructions
List issues with filters.
Args: project_id: Filter by project identifier or ID. Empty = all projects. status_id: "open", "closed", "*" (all), or numeric status ID. tracker_id: Filter by tracker ID (0 = all). assigned_to_id: Filter by assignee user ID (0 = all). limit: Max results (default 25, max 100). offset: Pagination offset. sort: Sort field:direction, e.g. "priority:desc", "updated_on:desc".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | updated_on:desc | |
| limit | No | ||
| offset | No | ||
| status_id | No | open | |
| project_id | No | ||
| tracker_id | No | ||
| assigned_to_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |