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.
Hello,
So far I have been unable to find an answer to my problem, where I want in an automation rule to be able to actually edit a field, instead of overwriting it(which is what the "edit field" function does)
I want to add a new organization to Organizations field while leaving any organizations that are there intact.
If I use "Edit field" my options are only to "set value" which means change the value to something new, disregarding it's current value.
Any help is appreciated.
Tomas
Hi @Tomáš Vojvoda ,
can you try the following JSON example within the Edit action
{
"update": {
"customfield_xxxxxx" : [
{
"add": {
"value":"new-value"
}
}
]
}
}
Replace the bold values.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For some reason this page is preventing me to write respons as I would have wanted, so i try just words:
It did not work out, I have used Organizations field and a value "use reporter's email domain" and it returns error that it expects a number... which is weird. Why would it expect a number?
Any ideas?
Tom
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please provide screenshots of you rule details.
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.