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 for a way to update a date field on an issue to the latest date recorded in the corresponding field of issues related to it.
Example:
I have issue x with links to related issue y and issue z.
Assume that issue y has a date of 12/20/20 and issue z has a date of 12/21/20.
Expected Result:
I would want the date field on issue x to take the 12/21/20 date. If the dates on issue y or issue z were to change, I would want the date field on issue x to update to whichever date is latest.
I'm open to post-function solutions, even though this will only work when one of the related issues are transitioned, but I feel like a listener might be the better option.