Hello!
I'm pretty new to the Scriptrunner and the groovy language, but I have some working code up and running.
Our goal: we want to automatically set some fields on old issues, depending on other fields. So far so good, I got code that is executed for each issue from ja JQL result etc. Problem is, we're facing hundreds of issues, which leads to a longer execution time of the script - more than 60s - which is the limit for the Scriptrunner.
Question: Is there any way to make parallel get() requests using the Scriptrunner or use something like async(get(firstissue), get(secondissue), ...)? Or is it possible to do so in Groovy (as mentioned, I'm beginner in this language, just worked with some js and python before)?
Thanks in advance!
Good day Christopher!
Did you solve that problem?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.