Services
4.3.0
Services can be used to run scripts on a regular schedule, for example to time out issues, make users inactive, perform housekeeping tasks etc
There are some sample scripts that can be used as services in the jelly migration guide.
Usage
Go to Admin → Services. Add a new service with class: com.onresolve.jira.groovy.GroovyService
. Set the name to something descriptive.
Finally, set the schedule and click Add Service.

Then enter the script file relative to a script root, or the absolute path:

Click Update.