Trigger email based on custom field value

Fernando Bultin October 18, 2011

Hi folks how are you?

This time we need to be able to send a mail to a person or group when a custom field has certain value. (i.e let's say a priority custom field has value 1) . The goal here is that when an issue has high priority, comunicate this via email to the stakeholders.

i Think jira studio must have this function but i don't know how to implement it.

I've found this :

http://old.nabble.com/trigger-email-based-on-custom-field-value-td29452403.html

But doesn't apply because is for jira non hosted. The question is: How can we achieve the same task but in jira studio?

Thanks a lot

Fernando

3 answers

1 accepted

0 votes
Answer accepted
Stephen Hayden
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.
October 20, 2011

My compromise for a problem like this would probably be to create a filter and subscribe a group to it, spamming them x times per day with the tickets that meet the criteria (in this case, priority 1). You could even narrow it to tickets in the initial status (like Open) and have the subscription not spam if there's no emails to report.

Fernando Bultin October 27, 2011

Thanx Stephen! we did that.

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.
October 20, 2011

If anyone has this required in a hosted env there is now an easier solution than in the old forum post - use this built-in script to fire an event when the field has whatever value, or changes to that value, or send a completely custom email.

0 votes
LuziaL
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.
October 18, 2011

Hi Fernando,

As it's not possible to configure listeners in JIRA Studio, the solution would be a mess.

I'm thinking about something like

* Have a Google Account to be always notified when an issue is created/updated

* Have a script monitoring this account and doing the needful

No easy solution here :(

--Luzia

Suggest an answer

Log in or Sign up to answer