Is there a way to add content to a Child Task email notification that goes out? I want to add the Parent Task information to the Child Task email notification so when viewing from a mobile device, it will show the parent Task information the Child Task is related to.
to include information from the parent task, you could use the smart value function which allows you to access fields from related tasks, something like:
{{issue.parent.key}}
and {{issue.parent.summary}}
to insert the ID and summary of the parent task into the email.
Best regards,
Alonso.-
@Alonso Rojas Thank you! How do I access the email notification template for those notifications? That is the main problem. I don't know how to get to the notification to edit.
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.