Sums the total story points delivered during the selected period.
💡 Story points are your team output currency, they measure how much value was delivered, weighted by complexity.
Sums the total story points delivered during the selected period.
Adds up all story points from completed tasks in the date range, treating unsized tasks as 2 points.
SUM(COALESCE(task.size, 2) WHERE done_at BETWEEN measure_from AND measure_to)If your team delivered 120 story points across a two-week sprint, compare it to previous sprints to track capacity trends.
Connect GitHub and Shortcut in minutes. All metrics update automatically.