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 ?
Show up and give back by attending an Atlassian Community Event: we’ll donate $10 for every event attendee in March!
Join an Atlassian Community Event!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.