I want to be able to execute a specific action at the end of a script, regardless of the way of termination. That means, even if a script throws an exception, I want to be able to e.g. log a message. In Java, there is addShutdownHook, which also exists in Groovy. This however doesn't work with ScriptRunner, I assume because it is registered with the Jira-process, which is Java too. Seeing how System.exit() terminates the whole Jira instance, I find this likely.
So my question is: How can I register a shutdownhook or achieve my goal in another way if necessary? Please note that wrapping the whole script in a try-catch is not acceptable.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.