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
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.
'issue' can be tricky and depends on the context within the automation, issue is the rule’s active issue, which is the issue the rule is currently acting on.
If issue is the epic, how does it relate to the automation.
If an epic action triggered the automation try using the {{triggerissue.description}} smart value.
Can you share more info about the rule ? The context may explain why summary works but description doesn't.
Hi @Tom Lister
The rule is that when an Epic is created within my project, a story will be created with the content I'm trying to automate above. Hope this is enough info, let me know if you need more.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For the description, I want to copy the description from the Epic, and add an additional paragraph at the end.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Adding to Tom's answer:
If you post images of your complete rule, the relevant actions, and the audit log details showing the rule execution, it may be easier for the community to diagnose what is happening. Thanks!
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If creating the epic is triggering the automation then {{triggerissue.description}} should work for you.
Summary is a system field and can be accessed as {{triggerissue.summary}}.
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.