Page 1 of 1

Email notification to "Specific Customer" (custom

Posted: 14 Jul 2005, 19:08
by Roy
I have a custom field "Customer". Whenever I create or close an issue, that has Customer=ABCD, I would like to email a notification to that customer. I do not want to send email to all the other Customers.

Any help of how I can do this?

Roy@infinitesoft.com

Posted: 14 Jul 2005, 21:44
by thraxisp
There is a custom function hook after an issue is updated (issue_update_notify). You are passed in the bug_id, and you can check from there.