pvdvreede-old / round_robin

Redmine plugin to auto assign to members on group assignment via round robin.
GNU General Public License v3.0
3 stars 2 forks source link

Notification on new issues going to entire group #4

Open razb opened 12 years ago

razb commented 12 years ago

It appears that even though the issue is getting correctly assigned to the next member of the group, the email notification gets sent to all members.

Any suggestions on where to look for why this could be happening?

It only happens to new issues. All updates are correctly sent just to the assigned member.

pvdvreede commented 12 years ago

The email notifications trigger must happen before the round robin trigger changes the assignee. I will look at the Redmine code and see where the email trigger happens and see if I can run the round robin assignment before it.