API Docs / Schemas / TeamWorkloadSummaryDto

TeamWorkloadSummaryDto

Headline KPIs for the Team Workload report.

Properties

Name Type Description
openCountinteger

Open tasks right now (Not Started, In Progress, or Blocked).

Open tasks right now (Not Started, In Progress, or Blocked).

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.

unassignedCountinteger

Open tasks with no assigned user or team.

Open tasks with no assigned user or team.

completedCountinteger

Tasks completed in the window.

Tasks completed in the window.

avgTurnaroundDaysnumber

Average calendar days from planned start to completion over the window's completions.
Null when nothing completed.

Average calendar days from planned start to completion over the window's completions.
Null when nothing completed.

JSON Example

{
  "openCount": 0,
  "overdueCount": 0,
  "blockedCount": 0,
  "unassignedCount": 0,
  "completedCount": 0
}

Contained in Schemas