See this code:
Read MoreService to reindex issues of a filter with Groovy in JIRA
New example of Groovy Service for JIRA to ARCHIVE big tasks
How many of you knows, when an issue grows and become a big issue ( for diverse reasons, more comments, more worklogged hous in Tempo, …), then the access to this ticket cost a lot of CPU. In this post I try to make a little example of a Custom Groovy Scriptrunner Service to archive…
Read MoreJIRA Service with Groovy ScriptRunner “Closing issues with status X with N days without updates” usign JQL compatible with JIRA 7
JIRA Service with Groovy ScriptRunner “Closing issues with status X with N days without updates” usign JQL
How to create a new Service with Groovy ScriptRunner
Go to JIRA > System > Advanced > Services Name: “HelloService” for example Class (always): com.onresolve.jira.groovy.GroovyService Delay (n): in minutes input-file: {JIRA_HOME}/scripts/example/HelloService.groovy Then copy the script content to this path {JIRA_HOME}/scripts/example/HelloService.groovy Then every n minutes you can see in the “atlassian-jira.log” the traces: 2015-05-22 13:37:13,152 atlassian-scheduler-quartz1.clustered_Worker-1 INFO ServiceRunner HelloService [onresolve.jira.groovy.GroovyService] groovyService.run 2015-05-22 13:37:13,157 atlassian-scheduler-quartz1.clustered_Worker-1 DEBUG ServiceRunner…
Read More




