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.
How can I use an automation to append (not just set a new value) to fixedVersion without using the "COPY" feature which requires me to pick a "Parent, Eipc, Target, Destination or Current". I want to keep anything that is already there in fixedVersion, and append. But the only way I see to do this, is to use the "COPY" feature to get the value from a known relation, and check the box "Add to existing value".
But I don't have a relationship that is reliable for that. I just want to save the current value and add to it.
Hello @Christopher Gordon
Welcome to the Atlassian community.
You will have to use the Advanced Field Editing with JSON feature.
You can use either an explicit value or a smart value for the name of the Version you want to add.
{
"update": {
"fixVersions" : [
{
"add": {
"name":"CRS 2.0"
}
}
]
}
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.