TeamWorkloadSummaryDto
Headline KPIs for the Team Workload report.
Properties
| Name | Type | Description |
|---|---|---|
| openCount | integer | Open tasks right now (Not Started, In Progress, or Blocked). |
Open tasks right now (Not Started, In Progress, or Blocked). | ||
| overdueCount | integer | Open tasks past their due date right now. |
Open tasks past their due date right now. | ||
| blockedCount | integer | Open tasks currently blocked. |
Open tasks currently blocked. | ||
| unassignedCount | integer | Open tasks with no assigned user or team. |
Open tasks with no assigned user or team. | ||
| completedCount | integer | Tasks completed in the window. |
Tasks completed in the window. | ||
| avgTurnaroundDays | number | Average calendar days from planned start to completion over the window's completions. |
Average calendar days from planned start to completion over the window's completions. | ||
JSON Example
{
"openCount": 0,
"overdueCount": 0,
"blockedCount": 0,
"unassignedCount": 0,
"completedCount": 0
}