Shows the average cycle time for large tasks sized 6 or more points.
💡 A major construction project, large tasks take longer by nature, but tracking their cycle time shows whether they're stalling or progressing.
Shows the average cycle time for large tasks sized 6 or more points.
Calculates the average weekdays between start and completion for 6+ 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) ≥ 6)If your 6+ point tasks average 8 business days, that's almost two full working weeks per large task, a signal to consider breaking them down further.
Connect GitHub and Shortcut in minutes. All metrics update automatically.