A while ago, a friend asked me about a topic she needed to tackle – her team had many support tickets to prioritize, decide what to work on, and further communicate it to the relevant stakeholders.
They started as everyone starts – tier 1 and tier 2 support teams in their company stated the issue severity (low, medium, high) in the ticket, and they prioritized accordingly.
But that was not good enough. It was not always clear how to set the severity level – was it the client size or lifecycle stage, the feature importance, or anything else. Additionally, it was not granular enough to decide what to work on first.
We brainstormed, and she told me two important things for her: feature importance and client size. Both can be reduced to “t-shirt” size estimation, i.e., small client, medium client, large client, and extra-large client, and features of low/medium/high/crucial importance. Super, we can now generalize the single dimension axis system we previously had to two dimensions.
The priority score is now – 
That worked great until they had a few tickets that got the same priority score, and they needed to decide what to work on and explain it outside of their team. The main difference between those tickets was the time it would take to fix each one. One would take several hours, one would take 1-2 days, and the last one would take two weeks and has high uncertainty. No problem, I told her – let’s add another axis – the expected time to fix. Time to fix can also be binned – up to 1 day, up to 1 week, up to 1 sprint (2 weeks), and longer. Be cautious here; the ax order is inverted – the longer it takes, the lower priority we want to give it.
The priority score is now – ![\sqrt[\leftroot{-2}\uproot{2}3]{x_1^3+x_2^3+x_3^3}](https://s0.wp.com/latex.php?latex=%5Csqrt%5B%5Cleftroot%7B-2%7D%5Cuproot%7B2%7D3%5D%7Bx_1%5E3%2Bx_2%5E3%2Bx_3%5E3%7D&bg=ffffff&fg=000000&s=0&c=20201002)
Then, when I felt we were finally there, she came and said – remember the time to fix dimension? Well, it is not as important as the client size and the feature importance. Is there anything we can do about it?
Sure I said, let’s add weights. The higher the weight is, the more influential the feature is. To keep things simple in our example, let’s reduce the importance of the time to fix compared to the other dimensions – ![\sqrt[\leftroot{-2}\uproot{2}3]{x_1^3+x_2^3+0.5 x_3^3}](https://s0.wp.com/latex.php?latex=%5Csqrt%5B%5Cleftroot%7B-2%7D%5Cuproot%7B2%7D3%5D%7Bx_1%5E3%2Bx_2%5E3%2B0.5+x_3%5E3%7D&bg=ffffff&fg=000000&s=0&c=20201002)
To wrap things up
- This score can be generalized to include as many dimensions as one would like –
. - I recommend keeping the score as simple and minimal as possible since it is easier to explain and communicate.
- Math is fun and we can use relatively simple concepts to obtain meaningful results.