Clear Groovy Class Loader

You can run the Clear Groovy Class Loader built-in script to clear caches if automated clearing fails. 

Classes should be reloaded whenever a script is modified, but dependent classes can fail to reload. For example, if you have a custom class file (ClassA) in your script roots and then another Groovy script imports that file. Modification to ClassA may only appear after you've modified the script that imported the file or cleared the Groovy cache using the built-in script.

Run the script

  1. Navigate to General Configuration > ScriptRunner > Built-In Scripts
  2. Select Clear Groovy Class Loader.
  3. There are no fields for this script, so you only need to select Run

Results

On this page