TeamWorkloadRowDto
One row of the Team Workload breakdown table - one assignee's open workload and throughput.
Properties
| Name | Type | Description |
|---|---|---|
| groupKind | enum | Service Client User Team StepType AgeBucket Status CurrentStep None Month Unassigned |
Service Client User Team StepType AgeBucket Status CurrentStep None Month Unassigned | ||
| groupCode | string | Entity code (TenantUser or Team code). Null for the unassigned bucket. |
Entity code (TenantUser or Team code). Null for the unassigned bucket. | ||
| groupName | string | Display name for the group. |
Display name for the group. | ||
| openCount | integer | Open tasks right now for this assignee. |
Open tasks right now for this assignee. | ||
| 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. | ||
| completedCount | integer | Tasks completed in the window. For the User grouping this is who actually completed |
Tasks completed in the window. For the User grouping this is who actually completed | ||
| avgTurnaroundDays | number | Average calendar days from planned start to completion. Null when nothing completed. |
Average calendar days from planned start to completion. Null when nothing completed. | ||
| onTimePct | number | Percentage of this group's completions delivered on or before the due date. |
Percentage of this group's completions delivered on or before the due date. | ||
JSON Example
{
"groupKind": "Service",
"groupCode": "string",
"groupName": "string",
"openCount": 0,
"overdueCount": 0
}