We have one user that would like when they add themselves or someone else adds them as a Watcher on a ticket in JIRA they would like to receive an email notification.
Is it possible to set JIRA to email just one person using notifications? I was attempting to see if it was possible to even do it for all users first and then drill down to a solution that so that only the one user would be notified.
I started by attempting to create a new notification but found there wasn't an even for when a Watcher was added. I then tried to create a custom event but was unable to determine a way to set the event to trigger when a Watcher was added.
Perhaps I am going down the wrong path with a custom event but I was unable to determine the best way to accomplish this.
Hi Eric,
This should be doable with a ScriptRunner Script Listener that gets triggered by the Event "IssueWatcherAddedEvent".
Regards,
Martin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.