Need help writing an event listener to get a notification when a custom field is updated

Alyse Weatherford June 4, 2018

I am trying to use script runner to create an event listener to send a notification to a given user when a specific custom field is updated

I am new to using script runner, anything will help!

 

1 answer

1 vote
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 4, 2018

You should go to coq item-> Add-ons -> ScriptRunner -> Listeners

Create the Send a custom email listener. Set it up for the Update Issue event. Make a condition that the required field was updated and it will work. When you create the listener there will be examples of conditions. Also you can find some code here:

https://scriptrunner.adaptavist.com/latest/jira/builtin-scripts.html#_send_a_custom_email

Suggest an answer

Log in or Sign up to answer