Hi Team,
We're trying to run a groovy script on our script runner add-on. Script is having ~500 lines of code.
Since, there is limitation of add-on in cloud version that it'll not run the script more than 60 sec.
Our execution time is more than 60 sec, so terminating the script.
Could you please suggest any alternate-
1. If it's possible to increase execution time more than 60 sec?
2. If we can run script outside script runner add-on ?
Thanks in advance.
Regards,
Narendra Kumar
Hi Narenda,
Thank you for your question.
I can confirm that is only possible to run ScriptRunner for Jira Cloud scripts from inside of the ScriptRunner for Jira Cloud plugin.
Currently it is not possible to increase the 60 second timeout we impose inside of ScriptRunner for Jira Cloud and the only workaround is to reduce your script to make fewer API calls to allow it to complete within the time limit or to split it up into multiple scripts.
Regards,
Kristian
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.