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
Good morning y'all,
I need to create an automation (with automation rule) that, update a field automatically:
From the "parent" ticket I modify a field. From there, the child ticket has this same field modified, as well as its child.
Here is the context:
Thanks a lot for your help :)
Regards,
For a cascading updates like this (parent to child to...) it may help to have multiple rules for each level. This will be easier to implement, debug, and maintain.
For example for a cascade downward:
Best regards,
Bill
Hi @Bill Sheboy ,
Thanks a lot, it does work to create two rules! ^^
I was thinking to create a listener, but it will be easier with automation rule for potential maintenance.
Thanks!
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Take a look at this post https://community.atlassian.com/t5/Automation-discussions/Jira-Automation-Video-Tutorial-on-how-to-keep-Parent-and/td-p/1783535
You will have to look at rule 2 and add an additional branch. You will also have to change the brach to "linked issues" with the correponding relationships.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, thanks for your answer. Unfortunalty I already try this solution, but in Automation Rule we have "Parent of" and "Child of" (but not, the "Child of its child" ahah)
If from the Issue #1 I change the field priority, it will change the field "priority" to the issue #2 (but not for the issue #3, because #1 is not directly parent to the issues #3).
But if I change the field priority of the issue #2, because the issue #2 is linked to #1 and #3, the update is made.
Automation rule: (I tried to change "parent" of to "child of" and so on)
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.