redmineflux_core_project_stats
Get issue count statistics grouped by status for one or all projects. Returns total, open, in-progress, resolved, feedback, and closed counts.
Instructions
Get issue count statistics grouped by status for one or all projects.
Returns total, open, in-progress, resolved, feedback, and closed counts. Much faster than calling list_issues multiple times. Use this when someone asks "how many issues?", "what's the progress?", or "give me numbers."
Args: project_id: Project identifier. Empty = stats for ALL projects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |