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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi
I am trying to replace all tags e.g "JobNoTag" with an actual Job number that exists within a field of a Jira ticket. I need it replaced in the description field
so e.g.
Fix Version field has value: 123456
I want the "<JobNoTag>" value get replaced with the fix version value in the description text below:
Description:
This <JobNoTag> was raised yesterday. The <JobNoTag> is related to etc.ect
The following is throwing rendering error:
I tried this {{issue.description.replace("<JobNoTag>",{{issue.fixversions.name}})}}
The following is throwing loop error because the automation rule has trigger from another rule checkbox which I need:
{{issue.description.replaceAll("<JobNoTag>",{{issue.fixversions.name}})}}
Can you provide a screen image of your rule, and an images showing the error messages?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.