list_issues
Retrieve issues from Redmine with filters by project, status, or assignee. Control result count and offset for pagination.
Instructions
Returns a list of issues.
Args:
project_id: Project ID (all projects if omitted)
status_id: Status ID or "open" / "closed" / "*"
assigned_to_id: Assignee ID
limit: Number of results (max 100)
offset: Starting offset
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| status_id | No | ||
| project_id | No | ||
| assigned_to_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |