Hi!
In a "team-managed business" project. I am using the Automation Template: "when a task is near due -> send email reminder". How to display in the email beside each issue the "Epic parent" to which the issue belongs?
Here below the email. It displays the link of:
Issue Key - Summary of the Issue
I would like to display:
Issue Key - Summary of the Issue - Summary of the Epic Parent (Epic Parent Key)
Thanks!
Adriana
You should be able to get it like this:
<a href="{{url}}">{{key}} - {{summary}} - {{parent.summary}}</a>
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.