The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to use addShutdownHook with ScriptRunner?

Max Berger
October 29, 2019

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.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Alejandro Suárez García
Atlassian Partner
November 9, 2019

Hi @Max Berger Unfortunatelly i dont think there is another possible way besides try catch.

TAGS
AUG Leaders

Atlassian Community Events