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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
JIRA Server: 8.4.2
Adaptavist ScriptRunner for JIRA: 5.6.8.1-jira8
I have been tasked with reviewing scripts before we upgade to JIRA Server 8.7.1. I have found several scripts that uses the following line to get the default priority option for creating and/or updating certain tasks as part of those scripts.
def defaultPriority = ComponentAccessor.getComponent(PriorityManager).getDefaultPriority()
It currently gives warning about "Since v7.6. Use priority schemes". I have not been able to figure out the correct call to get the default priority value. using prioritySchemeManager.
I would really like to get this updated so it is not an issue going forward.
Any help would be greatly appreciated.
Still have not figured out how to replace this with Priority Scheme to get the default. Anyone able to help ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.