getStaleIssues
getStaleIssuesFind open issues in a Redmine project that have gone without updates for a set period, sorted by stalest first, to prioritize triage and clear neglected work.
Instructions
Identify neglected open issues in one project by last-update age, ordered most stale first. Use listIssues for general field or status filters; this tool is for inactivity triage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| projectId | Yes | Project identifier or numeric ID | |
| daysSinceUpdate | No | Minimum days since last update |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | Maximum number of results the search was capped at. | |
| issues | No | Stale issues that crossed the threshold. | |
| projectId | No | Project identifier the search was scoped to. | |
| daysSinceUpdate | Yes | Inactivity threshold in days that was applied. | |
| oldestDaysSinceUpdated | Yes | How many days the oldest returned issue has been untouched. 0 when the result set is empty. |