Using Automation I want to copy the Assignee field from the Epic ticket to the Custom Business Analyst field for all child tickets when they are created.
Thanks in advance for you help
You could do that using the issue created trigger, a branch on JQL to the issues with the same parent as the trigger issue, and then an edit to copy the field using smart values.
To get you started on creating your rule, please refer to these documentation and example sources:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.