Email notification to "Specific Customer" (custom

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Roy
Posts: 1
Joined: 14 Jul 2005, 19:04

Email notification to "Specific Customer" (custom

Post 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
thraxisp
Developer
Posts: 509
Joined: 14 Feb 2005, 03:38
Location: Ottawa, Canada
Contact:

Post 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.
Post Reply