I have tried to create enable email Issue notifications this way:
Create new Automated Action with the following:
Settings -> Automated Actions -> Create Name: Issue Notification Related Document Model: Project Issue Active: checked Sequence: 0 Conditions (tab) Trigger Date: Creation Date Delay after trigger: 1 Minute
Then I create an Action on Actions (tab). Action Name: Send Issue Notification Object: Project Issue Condition: True Sequence: 0 Actions Type: Email Email Configuration (section) Email Address: ${object.user_id.email} <-- this is for the user assigned the issue Subject: Ticket Notification Message: You have received a new ticket
Then I go and create an issue and I get no emails sent out to the assigned user. I have made sure that my outgoing email server is setup and working and that the user has "Receive Messages by Email": All Messages enabled.
I know the mail server is set up correct because when I add a user to the system they receive the notification in email.
Can anyone provide some input.
Thanks