Calculates the average story points per completed task.
💡 Average points tell you the typical complexity of tasks your team handles, like knowing if you usually drive short errands or long highway trips.
Calculates the average story points per completed task.
Divides total points by total tickets, treating unsized tasks as 2 points, returning 0 if no tickets.
points ÷ tickets (using size = 2 when missing, returns 0 if no tickets)If your team completed 60 points across 30 tickets, your average is 2 points per ticket, skewed toward smaller tasks.
Connect GitHub and Shortcut in minutes. All metrics update automatically.