Script Runner Service using a groovy script

Ryan Faith January 2, 2017

I saw a handful of Answers that ultimately led me to:

I've created a script that I ran successfully through the console and want to make into a service to run nightly.

I've put this script into a scripts/capitalization/capproj.groovy file off JIRA application home.  As I understand it, the scripts folder is the script root, so I put "capitalization/capproj.groovy" in the input-file property.

I've set the execution time a few times into the future to see it run, but nothing has happened.  There is nothing in the log files, nothing on the Services page, and more importantly nothing changed.

What am I doing wrong?

1 answer

1 accepted

0 votes
Answer accepted
JamieA
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.
January 2, 2017

Can you add something like:

log.warn ("Service running")

and check that appears in the logs (atlassian-jira.log) ?

Note that if you put it in that directory, the script must begin with 

package capitalization
 
...
Samantha Webber October 17, 2017

Jamie, a question - is there anyway to use ScriptRunner services without placing the script file on the server on which JIRA is running? I am an admin in our JIRA instance, but do not have access to the server on which it's installed.

Suggest an answer

Log in or Sign up to answer