Shows the proportion of bug work relative to combined bug and feature delivery.
💡 Like a firefighter's ratio, how much of your day is fighting fires versus building new capability.
Shows the proportion of bug work relative to combined bug and feature delivery.
Divides bug tickets by the sum of feature and bug tickets, returning 0 if there are no feature or bug tickets.
bug_tickets ÷ (feature_tickets + bug_tickets) (returns 0 if denominator is 0)If your team completed 15 features and 5 bugs, your bug ratio is 5 ÷ (15 + 5) = 0.25, meaning 25% of your combined feature and bug work is reactive.
Connect GitHub and Shortcut in minutes. All metrics update automatically.