Shows the percentage of your assigned tasks that are bugs.
💡 Like checking how much of your day is spent fixing mistakes versus building new things, a window into quality debt.
Shows the percentage of your assigned tasks that are bugs.
Divides bug tasks assigned by total tasks assigned and multiplies by 100.
100 × COUNT(assigned_bugs) ÷ COUNT(assigned_tasks)If 6 of your 20 assigned tasks are bugs, your bug assignment rate is 30%, meaning nearly a third of your work is reactive fixes.
Connect GitHub and Shortcut in minutes. All metrics update automatically.