I have a script running periodically in Script Runner's Job settings, but suddenly it is no longer running.
If I restart Jira, the job will run again, but after a while, the periodic execution stops again.
I would appreciate any advice or comments from anyone who has experienced similar problems to investigate and resolve the issue.
Can you the Script Job logs? Is it creating any log on the scripted jobs?
Can you try adding:
log.info("Job ran successfully")
Just wanted to make sure that the command to execute the code is failing or that the code is failing itself.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.