New project: Set up email notification for group of users who should assign new issues to team members
How do I achieve that a group of users get email notification on new issues of a project.
I have already set up email integration. A team member gets already an email notification when an issue is assigened to him/her.
Please sign in to leave a comment.
Hi!
I'm Sergey from the YouTrack team.
There are two types of notifications:
built-in notifications that users can set up in their profiles
notifications sent via a workflow script
So in your case, you can either have all the group members configure their settings (or configure it for them one by one) in a way so that they will receive built-in notifications when a new issue is created or create a workflow script that will send a custom notification to this group's members. For the latter, please refer to the workflow guide and a related method.
If any questions appear, please let me know.