The PO of my project does not has access to jira. So we need to priorize stories at our jira and send to him, so he can see and fill the priority and sent back to us.
I would like to use rank field to do this, but the content of the field can not be easily undertanded by human. I did not find any place to change de format of this field and i don't have any other idea
Hi @lredlich -- Welcome to the Atlassian Community!
Short answer: I don't think you can convert Rank to a number, but you can use a work-around to support your Product Owner (PO).
Rank uses a method from Atlassian called LexoRank, which allows ordering the items in the backlog and dealing with a dynamically changing order, given backlog evolution over time. It is string which grows longer and longer, as changes are made, until it hits a threshold...and then the values are re-assigned. So, converting the value to a single value isn't necessarily possible. You see, as soon as the value leaves the physical backlog (in the cloud) the Rank string could change.
A possible work-around to support your product owner:
Best regards,
Bill
Hello @lredlich ,
Another possible option, if you have the Structure plugin, is to create a structure including the desired issues, include "ORDER BY Rank ASC" in an automation, and then create a "Sequential Index" column. This will create a numerical column that will "stick" to each row in case you sort on another column later. Your structure can then easily be exported to excel. You might even be able to get away with a small python chron job to periodically export the structure for your PO via Jira's REST API. Good luck!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We used Structure to do this and write back the human readable rank to Jira Server but unfortunately Structure effectors aren't supported in the cloud at this point I believe
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.