You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi Community,
I am trying to create an automation that will send an email with some information regarding a number of tickets.
So I'm using a manual trigger for my tests and a "LookupIssues" action (with a JQL query that searches through all the tickets of my project) and then a "send email" action.
In the email I use the following smartvalues :
{{#lookupIssues}}
{{project.name}}
{{issueType.name}}
{{key}}
{{summary}}
{{issue.parent.Epic Name}}
{{/}}
All the smartvalues are working except the {{issue.parent.Epic Name}} smartvalue that return no value.
However, in my log action the {{issue.parent.Epic Name}} smartvalue returns the correct value. So it seems that the syntax is right.
Did I miss something? Does {{issue.parent.Epic Name}} smartvalue work with {{#lookupIssues}}{{/}} smartvalue?
Thank you for your help!
Hello @Mario GELES ,
Can you try {{parent.Epic Name}} instead of {{issue.parent.Epic Name}}
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.