Counts completed tasks sized 3-5 points during the selected period.
💡 Medium tickets are the bread and butter of feature delivery, substantial enough to matter, small enough to finish in a sprint.
Counts completed tasks sized 3-5 points during the selected period.
Counts each completed task with size 3-5 points in the date range, treating unsized tasks as 2 points.
COUNT(tasks WHERE done_at BETWEEN measure_from AND measure_to AND COALESCE(size, 2) BETWEEN 3 AND 5)If 8 out of 20 completed tickets were medium-sized (3–5 points), 40% of your delivery was standard feature work.
Connect GitHub and Shortcut in minutes. All metrics update automatically.