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?
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!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Collin Lemons Glad I could help! Please consider accepting the answer, maybe it is helpful for others as well. Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@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:
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.
Hello @Collin Lemons ,
Welcome to community!
I have an automation rule setup where I tested the copying the labels from parent to subtask.
I am sharing the snippet for your reference , please try and test . This should work for you :
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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. :(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.