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 ?
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.