Does anybody can explain me how is it possible to create a global groovy class (like an utility class) and call functions / variables inside Script console or Post function script?
Thanks so much
Wow, this is what I am looking forward to set/get a global variable for valid issues Can you provide the script for reference.
Hi!
I've worked with something similar to this some time ago.
Maybe this could give you and idea of how to do it.
I had a folder on JIRA Scripts folder named "common" with a class "Utilities" with some methods and static variables and other scripts had a import common.Utilities and then, when I wanted to use some of the methods of this class I used Utilities.name_of_the_method().
I don't know if it works on Script Console but I've made it work in Services and Post-Functions.
Regards,
Marcos
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.