Skip to end of banner
Go to start of banner

Copy data from the parent issue

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Call the following script from a workflow transition post function. The script sets 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;
}
  • No labels