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
I am looking to copy a custom text field from an Epic when an epic link is added to an issue or clear the field when the epic link is removed.
Epic link is not a value I can use in the selection condition have been looking at the change log.
This rule works fine when you add an Epic link. But when the Epic Link is removed it continues past the compare values and then fails as the is no Epic.
I was expecting to have a separate rule to clear the values when Changelog.Epic Link equals Empty
Any recommendation as to a workable solution would be appreciated.
Hvae you tried having the left hand side of the condition simply:
{{issue.Epic Link}}
This will already be the latest value of the Epic Link field so when you've cleared it, it should evaluate to empty
I think the current value doesn't have the correct closing tag. It needs a {{/}} after the to
The best way to debug the smart value is to add a "Log action" before the condition and then just log out the smart value and then you can see what value you're comparing
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.