WipAgeingSummaryDto
Headline KPIs for the WIP / Ageing report.
Properties
| Name | Type | Description |
|---|---|---|
| openCount | integer | Open tasks whose planned start date has arrived. |
Open tasks whose planned start date has arrived. | ||
| notStartedCount | integer | Cohort tasks not yet started - work that should have begun but hasn't been touched. |
Cohort tasks not yet started - work that should have begun but hasn't been touched. | ||
| blockedCount | integer | Cohort tasks currently blocked. |
Cohort tasks currently blocked. | ||
| overdueCount | integer | Cohort tasks past their due date. |
Cohort tasks past their due date. | ||
| avgAgeDays | number | Average age in days (planned start to today). Null when the cohort is empty. |
Average age in days (planned start to today). Null when the cohort is empty. | ||
| oldestAgeDays | integer | Age of the oldest open task in days. Null when the cohort is empty. |
Age of the oldest open task in days. Null when the cohort is empty. | ||
| oldestTask | CodeAndNameDto | |
JSON Example
{
"openCount": 0,
"notStartedCount": 0,
"blockedCount": 0,
"overdueCount": 0,
"avgAgeDays": 0
}