I've created two automations to sync parent/child issues and neither are working. One is set to copy the label field from parent to child on creation of the child: (I know it's currently disabled; it doesn't work when enabled.)
The other should update an existing child issue when the label field of the parent changes:
What am I doing wrong?
Solved! Go to Solution.
Himanshi,
Thanks for the quick response!
I believe I altered my automation to match yours, but I'm afraid it didn't work. When I check the audit log it says "Branch rule / related issues No related issues could be found." The trigger issue has a child issue, though. :(
Hey @Collin Lemons ,
Can you confirm if the issue is child issue or subtask both have different relation with parent. Would it be possible to share the snippet of the parent issue where the child /subtask issue can be shown.
For your first use case (copy from parent when child is created), I would try it like this with the COPY action:
That fixed the creation automation! Thanks so much for the help, Michel!
@Collin Lemons Glad I could help! Please consider accepting the answer, maybe it is helpful for others as well. Thank you!
I absolutely will, Michel: I'm delaying it for fear that when I accept your answer, others will see this post as resolved, and I still have the other automation that still isn't working.
@Collin Lemons I checked the other automation too. The solution provided by @Himanshi works perfectly in general. But what you seem to have is a parent/child relationship on the epic level and not actual subtasks (I think this is what @Himanshi wanted to clarify in the comment below).
So, you basically need to change your automation rule to "For Stories" instead of "For Sub-tasks" like this: