API Docs / Schemas / WipAgeingSummaryDto

WipAgeingSummaryDto

Headline KPIs for the WIP / Ageing report.

Properties

Name Type Description
openCountinteger

Open tasks whose planned start date has arrived.

Open tasks whose planned start date has arrived.

notStartedCountinteger

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.

blockedCountinteger

Cohort tasks currently blocked.

Cohort tasks currently blocked.

overdueCountinteger

Cohort tasks past their due date.

Cohort tasks past their due date.

avgAgeDaysnumber

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.

oldestAgeDaysinteger

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.

oldestTaskCodeAndNameDto

JSON Example

{
  "openCount": 0,
  "notStartedCount": 0,
  "blockedCount": 0,
  "overdueCount": 0,
  "avgAgeDays": 0
}

Contained in Schemas