getProjectSummary
getProjectSummarySummarize a project's issue health with open/closed totals, status, tracker, priority, assignee distributions, overdue work, and estimated vs spent hours. Optionally scope to a milestone.
Instructions
Summarize one project's issue health, optionally scoped to a milestone: complete open/closed totals plus status, tracker, priority and assignee distributions, overdue work and estimated versus spent hours for the analyzed open-issue set. Use listIssues when issue records are needed instead of aggregates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project identifier or numeric ID | |
| versionId | No | Version/milestone ID; from listVersions |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hours | No | ||
| counts | No | ||
| overdue | Yes | Number of open issues whose due date is in the past. | |
| byStatus | No | Open-issue counts grouped by status name. | |
| byTracker | No | Open-issue counts grouped by tracker name. | |
| projectId | No | Project identifier the summary was computed for. | |
| truncated | Yes | True when the analyzed open issue set is a truncated slice of the full open set (analysis cap reached). | |
| versionId | No | Version/milestone the summary was scoped to, null when unscoped. | |
| byAssignee | No | Per-assignee workload — total and overdue counts. | |
| byPriority | No | Open-issue counts grouped by priority name. | |
| analyzedOpenIssues | Yes | Number of open issues actually analyzed for the distributions below. |