API Docs / Schemas / TeamWorkloadRowDto

TeamWorkloadRowDto

One row of the Team Workload breakdown table - one assignee's open workload and throughput.

Properties

Name Type Description
groupKindenum

Service Client User Team StepType AgeBucket Status CurrentStep None Month Unassigned

Service Client User Team StepType AgeBucket Status CurrentStep None Month Unassigned

groupCodestring

Entity code (TenantUser or Team code). Null for the unassigned bucket.

Entity code (TenantUser or Team code). Null for the unassigned bucket.

groupNamestring

Display name for the group.

Display name for the group.

openCountinteger

Open tasks right now for this assignee.

Open tasks right now for this assignee.

overdueCountinteger

Open tasks past their due date right now.

Open tasks past their due date right now.

blockedCountinteger

Open tasks currently blocked.

Open tasks currently blocked.

completedCountinteger

Tasks completed in the window. For the User grouping this is who actually completed
the task; for the Team grouping, the task's assigned team.

Tasks completed in the window. For the User grouping this is who actually completed
the task; for the Team grouping, the task's assigned team.

avgTurnaroundDaysnumber

Average calendar days from planned start to completion. Null when nothing completed.

Average calendar days from planned start to completion. Null when nothing completed.

onTimePctnumber

Percentage of this group's completions delivered on or before the due date.
Null when nothing completed.

Percentage of this group's completions delivered on or before the due date.
Null when nothing completed.

JSON Example

{
  "groupKind": "Service",
  "groupCode": "string",
  "groupName": "string",
  "openCount": 0,
  "overdueCount": 0
}

Contained in Schemas