Creating notifications for specific field updates

LakshmiS June 26, 2014

How can I create an email notification when a specific field - say Estimate / Story points is changed?

Also, when a new story is added to an epic

1 answer

0 votes
JamieA
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 26, 2014

You can fire a custom event in a listener if the filed changes - see https://jamieechlin.atlassian.net/wiki/display/GRV/Built-in%20Scripts#Built-InScripts-Firesaneventwhenconditionistrue

You then hook that event to a velocity template if you want to use velocity.

If you don't want to use velocity you can write your own email template: https://jamieechlin.atlassian.net/wiki/display/GRV/Built-in%20Scripts#Built-InScripts-Sendacustomemail

Other methods from other plugins are probably available.

LakshmiS June 26, 2014

I see that Script runner is not available for Ondemand which is what I an running . https://marketplace.atlassian.com/plugins/com.onresolve.jira.groovy.groovyrunner

Is there a work around?

JamieA
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 26, 2014

Well maybe you could tag your question correctly then you will get better targeted responses.

Suggest an answer

Log in or Sign up to answer