redmine_get_project_issues
Retrieve issues from a specific Redmine project using optional filters for status, tracker, assignee, pagination, and limit.
Instructions
Get issues from a specific project with optional filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of issues to return (default: 50) | |
| offset | No | Offset for pagination (default: 0) | |
| status_id | No | Status ID to filter by (use "*" for all statuses, default: "*") | |
| project_id | Yes | The Redmine project ID or identifier | |
| tracker_id | No | Tracker ID to filter by (1=Bug, 2=Feature, 3=Support) | |
| assigned_to_id | No | User ID to filter by assignee |