I have an automation that creates 10 different sub tasks when a custom field on an issue is updated from New to Approved. Am I able to append the parent issue ID to the summary field of said sub tasks?
Hi @Jasiel Lora
Yes, you can use the smart value {{issue.key}} to inject the value of parent issue key into the subtasks summary
@Gikku Thanks but I'm looking to append the issue ID of the Parent Issue, not the issue ID of the sub task itself.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Jasiel Lora If you are triggering the subtask creation from the status change of the parent issue, it will set the {{issue.key}} with the parent key only (the trigger issue}}
So it will be correctly updated as parent issue key on the summary of sub tasks. You should add it into the summary within the rule for creating the subtasks.
Anytime you can reference the parent issue key by {{issue.parent.key}}
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.