Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Script Runner's job does not run when it is uptime.

NRI伊藤大紀
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 10, 2023

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.

1 answer

0 votes
Anzar
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 11, 2023

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.

Suggest an answer

Log in or Sign up to answer