I am trying to create an automation that when a custom field is completed in a child issue (sub-task to a service request, or task to an epic), that same custom field is updated in the parent issue. I've created the rule below, and the log indicates it completes successfully, but the field in the parent issue is still empty and/or the old value. I've tried for: all linked issues, and it fails saying there are not linked issues available.
Is this something that can be done in service management? Any advice for alternative automations would be helpful.
Hi Molly,
I suggest:
1. When: Value is change ( here you need to select your field)
2.Issuetype = Subtask ( here you specify only for subtasks)
3. For Parent
4. Then: Edit issue fields (here click on the: Copy field from Current Issue and change it to Trigger issue
Thank you! Adding the "trigger issue" part was what seems to have done it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the community.
Instead of "When: Issue updated", you could use "Field Value Changed" trigger to listen only selected custom field change in child. You can also add a condition after the trigger to ensure that the it only runs on the target sub-issues.
Then, in "Edit issue fields" action, choose to copy it from current child issue.
Could you please check it?
Please make sure that you select right issue relation. Ex; Story/Epic has different relation than parent/subs.
If possible, send "Edit issue fields" config and sample issue and audit log.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.