Call this script from a workflow transition post-function.
It will set the fields to the value of the matching field in the parent issue.
if(isNotNull(parent)) { summary = %parent%.summary; description = %parent%.description; dueDate = %parent%.dueDate; }