Hi,
i will like to know whether it is possible to trigger an email notification to the assignee of an EPIC when I change the status of the Feature (which is the parent link of the EPIC).
thank you
brenda
Hi @Brenda Lee
I've got this to work, but not using "Parent", as there's only options for Parent of Subtask, and Parent Epic in Automation.
---
This is how I did it:
---
This will send an email to each Epic's Assignee. If a user is an Assignee on more than one Epic, they will receive multiple emails.
You could include specific data in the email Content where needed. For example, to include the Feature's status use the smart value {{triggerissue.status.name}}.
For more information on smart values, see this page.
Ste
Hi @Ste Wright , this answers my question 100%. I tried it and it works perfectly. Thank you very much for your help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I believe that should be possible although I have not tried it specifically. I think it would look something like this…
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.