Hi Team,
I have a parent ticket titled "Task," which will automatically generate three sub-tasks through some automation. The first sub-task comes with a default summary that includes the wording "DBC." This sub-task is created simultaneously when the three automated sub-tasks are generated.
When the "UN Design Reviewer" field in the Task is updated, its value should be copied to the Assignee of the first sub-task with a summary that contains "DBC."
To achieve this, I used a JMWE event-based action that triggers when the "UN Design Reviewer" field value changes on the "Task" issue type. I added the "Copy Issue Fields" JMWE post function to this event-based action to copy the "Design Review" field to the "Assignee" of the first sub-task. However, it is skipping all three sub-tasks and not copying the value to the first sub-task. Did I miss anything?