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.
We want to edit or update a custom field when issue linked is created.
I try this function or scheme but it always delete the previous values into the field.
what are we doing wrong please?
If so, what you need to do is, repopulate the Reused in field every time the rule runs. You can do this prefixing your current code with {{issue.customfield_10123}} where 10123 equals the "Reused in" field. You could use {{issue.Reused in}} but using the ID future proofs any name change.
Put it at the top, start a new line and place your current content there. This way the field will build up with new entries with every rule run (on a given issue) rather than overwriting the current content with the new content.
@Tcheunou Tchokomeni Charlie , give a try to @Curt Holley suggestion as it will be the easiest way to append text to a field and keep us posted if you need further assistance :)
Best, Max