Measures the average weekday duration tasks spend in the "In Progress" state.
💡 Like the time a chef spends actually cooking. In Progress time is pure development effort, before the dish goes out for tasting.
Measures the average weekday duration tasks spend in the "In Progress" state.
Calculates the mean business days tasks spend in "In Progress" before moving to the next state.
AVG(business_days_in_progress WHERE completed_at BETWEEN measure_from AND measure_to)If tasks spend an average of 2 business days in In Progress before moving to review, that's your pure development time, useful for estimating coding effort.
Connect GitHub and Shortcut in minutes. All metrics update automatically.