Measures the average weekday duration medium tasks (3-5 points) spend in "In Review".
💡 A technical report waiting for a manager's sign-off, medium reviews need careful reading but shouldn't take days.
Measures the average weekday duration medium tasks (3-5 points) spend in "In Review".
Calculates the mean business days 3-5 point tasks spend in "In Review".
AVG(business_days_in_review WHERE size BETWEEN 3 AND 5 AND completed_at BETWEEN measure_from AND measure_to)If medium tasks spend 1.2 days in review, that's about one working day of reviewer time per feature, a common target for engineering teams.
Connect GitHub and Shortcut in minutes. All metrics update automatically.