I'm trying to add the description from my epic to a story created in Jira Automation. I can get the Summary to copy from the epic and include the team name that I want by using:
Team Name A: '{{issue.fields.summary}}'
But when I use:
'{{issue.description}}'
*Update your Jira status*
Update the status to *In Progress* to confirm involvement starting soon.
The description field remains blank.