I am trying to get information from a specific priority. I have it’s id and I am able to fetch the Priority object with the PriorityManager, but I cannot find the Order information.
I would like to create a new Priority, which I am able, but to create it at a specific location (order-wise) compared to the other priorities. I saw that there are movePriorityUp and movePriorityDown functions, but nothing to know at which position the priority currently is. Is there a way to do that?
I am working with the priority schemes available in Jira 7.6+