redmine_get_issues_by_status
Retrieve all issues with a specified status, such as New or Resolved, optionally filtered by project. Enables status-based tracking across all accessible projects.
Instructions
Get all issues with a specific status (e.g., "New", "In Progress", "Resolved"). Can filter by project or get from all projects
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of issues to return (default: 50) | |
| project_id | No | Project ID or identifier to filter by. If not specified, returns issues from all accessible projects | |
| status_name | Yes | Status name to filter by |