Shows the average cycle time for medium tasks sized 3-5 points.
💡 Standard shipping versus express, medium tasks are your reliable baseline for feature delivery.
Shows the average cycle time for medium tasks sized 3-5 points.
Calculates the average weekdays between start and completion for 3-5 point tasks, treating unsized tasks as 2 points.
AVG(business_days(started_at, completed_at) WHERE completed_at BETWEEN measure_from AND measure_to AND COALESCE(size, 2) BETWEEN 3 AND 5)If your 3–5 point tasks average 3.5 business days, that's your typical feature delivery time, plan sprints knowing most features take about 3–4 days.
Connect GitHub and Shortcut in minutes. All metrics update automatically.