Post

2 followers Follow
0
Avatar

Notify Project Team when Risk or Issue is Created

Hello,

I am looking to create a workflow rule that sends an e-mail to active resources on a project and reviewers when new risks or issues are created that are linked to that project.

 

Thank you for any assistance!

 

Rachel Bernasconi Answered

Please sign in to leave a comment.

1 comment

0
Avatar

Hello Rachel,

I think you should create the rule on the Related Work link with the following evaluation criteria: ($Case.EntityType = "Issue" || $Case.EntityType = "Risk") && $WorkItem.EntityType = "Project"

The Send Email action should look something like this:

I hope this helps.

Roland

Roland Pumputis 0 votes
Comment actions Permalink