How to invoke groovy script on Issue update

ShamhoonJ April 29, 2013

how to invoke a groovy script when an issue is updated, I am able to call the groovy script in the Post function of a transition, but if I need it to run when the issues is updated how do I do it.

Thanks

1 answer

1 accepted

2 votes
Answer accepted
Harry Chan
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.
April 29, 2013

Hi, what you need to do is to turn it into a listener https://jamieechlin.atlassian.net/wiki/display/GRV/Listeners.

Look out for the issue updated event.

Suggest an answer

Log in or Sign up to answer