The following events don't appear to be available in Scriptrunner 5.1.6's Script Listeners:
Strangely, Scriptrunner does support:
I would like to run a script that makes a call to Zephyr's REST API to reindex all test executions when we create a new node on a JIRA Data Center installation. Hence I'm looking for events that are called when JIRA starts or when a JIRA ndoe joins a cluster. How can I do that if these events aren't available for Script Listeners?
Hi,
I think we need to add "IndexesRestoredEvent" [which you have mentioned in the ticket]. The reason "IndexesRestoredEvent" is not available in with other indexing event as it is implemented in a different package (com.atlassian.jira.index.ha) and does not implements "IndexEvent" interface.
We have open development ticket to add more events and we will try to support events you have listed.
Okay, thank you.
As a workaround, I've had to write a shell script, called with an 'at' command 10 minutes after the node boots, that executes a REST API call.
Potentially this same shell script could be used to make a REST API call to a special issue to trigger an IssueUpdated event, which could be picked up by a Script Listener.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.