JIRA cannot cancel REINDEX ( seems ZOMBIE the reindexing process)
In a big JIRA’s I do not recommend reindex in background, probably the Reindexing Service cause timeouts and integrity problems with the issues (currently created by users while the process background is still running) and then, probably will be corrupted (only the status or the transaction caused by the timeout). This problem can be fixed by…
Read MoreHow 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




