/
Copy data from the parent issue
Copy data from the parent issue
Call the following script from a workflow transition post function. The script sets the fields to the value of the corresponding field in the parent issue.
if(isNotNull(parent)) {
summary = %parent%.summary;
description = %parent%.description;
dueDate = %parent%.dueDate;
}
, multiple selections available,
Related content
Copy data from the parent issue
Copy data from the parent issue
More like this
Copy issue fields
Copy issue fields
More like this
Copy comments to related issues
Copy comments to related issues
More like this
Copy the reporter and watchers on duplicate issues
Copy the reporter and watchers on duplicate issues
Read with this
selectIssues
selectIssues
Read with this
Require fields in subtasks
Require fields in subtasks
Read with this