Measures the average weekday duration from when work starts to when it completes.
💡 Like tracking how long a package takes from warehouse to doorstep, cycle time measures the full journey of a task from start to shipped.
Measures the average weekday duration from when work starts to when it completes.
Calculates the average number of weekdays between start and completion for tasks completed in the date range.
AVG(business_days(started_at, completed_at) WHERE completed_at BETWEEN measure_from AND measure_to)If tasks take an average of 4 business days from start to done, and your sprint is 10 days, each developer can theoretically complete about 2.5 tasks per sprint.
Connect GitHub and Shortcut in minutes. All metrics update automatically.