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 there. I'm writing an automation rule that attempts to unset the value of "Parent Link" on an Epic based on the status of the parent. All of the conditional logic for this works fine - I'm having a problem with actually unsetting/clearing the value of the field.
This was working just fine a few weeks ago - without making any config changes it has stopped working, so if the deprecation changes around parent, parent link, and epic link were finally made I'd like to know more about them. I've tried modifying the "parent" field as well but have the same issue as below.
I've tried multiple ways of setting the field value to null or empty. The audit log response I'm now getting is "Could not find issue by id or key. (parent)". Isn't there a dirt-simple way to clear a value from a field? Feel like I'm missing something obvious.
```
{"fields": {"Parent Link":{"value": null}}}
If you've navigated this in the last few weeks I'd love to learn what needs to change in the approach. Pulling from the documentation on advanced editing doesn't seem to provide much insight here.
Could you please try the below syntax. i tested it on my side and it worked.
{
"fields": {
"parent": null
}
}
Let me know how it went for you.
Cheers,
Karim
Interesting, thanks yes that's the right answer here. Tried this a few weeks ago and it didn't seem to function properly, but it's clearly working now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi @Patrick Davis
You are most welcomed. Glad it worked for you.
Cheers,
Karim
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.
the syntax is well-formed. may want to check for any stray commas or other characters
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi @Jen Elam
Could you please provide a screenshot for the configuration to better assist you with the issue.
Cheers,
Karim
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.