You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Sharing this because I had asked and poked around and could not find a good way to "visualize" a prioritization ranking on issues. There is the ranking that Jira does when issues are moved around within a roadmap, a backlog, or a board, but there is no way to visualize this within the issues themselves. For our use case, the ranking is also tied to the issue type. There is an open ticket with Atlassian (https://jira.atlassian.com/browse/JSWCLOUD-15444) for a visualization of their rank field, but it's been open since 2017, so I figured I'd attempt something myself.
I ended up creating a field called "Prioritized Rank" along with automation rules that will increment/decrement the rank based on:
I'm sure there are some drawbacks (it's disassociated with the Jira Rank field) and it won't be for everyone, but so far, it is working out great for our needs and if someone else can benefit from it (even if some tweaking is necessary), then that's why I wanted to share!
Here's the automation rule that is triggered when the "Prioritized Rank" field is edited:
The automation rules that trigger based on the status transition are a simplified version of the above. They just increment or decrement all of the "Prioritized Rank" values that are greater than or equal to the value in the issue that was transitioned.
One last thing... I am not saying that the above method is the best and only way to do something like this. Just that, this is working for our needs. However, if there is any feedback, I'd love to hear it. I'm sure there are scenarios I may not have considered, so let me know!