get_issues
Retrieve and filter Redmine tickets by project, status, or assignee to track development tasks and manage workflows efficiently.
Instructions
Get a list of Redmine issues/tickets with optional filters. Returns paginated results with issue details including status, priority, assignee, and more.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Filter issues by project ID | |
| status_id | No | Filter by status ID, or use "open", "closed", or "*" for all | |
| assigned_to_id | No | Filter issues assigned to specific user ID | |
| limit | No | Number of results to return (1-100, default: 25) | |
| offset | No | Offset for pagination (default: 0) |