This article explains how to copy field values from one field to another field using Clone+ and Clone++ operations.
Add the following clone-plus properties:
#For Clone+ 1.condition.*.*.* = true 1.label = Custom1+ #For system fields 1.ignoreFields = description 1.set.description = %original_description% #For custom fields 1.fieldExcludes = customfield_10801 1.set.customfield_10801 = %original_customfield_10800% ------------------------------------------------------------- #For Clone++ 1.plus.condition.*.*.* = true 1.plus.label= Custom1++ #For system fields 1.plus.ignoreFields = description 1.plus.set.description = %original_description% #For custom fields 1.plus.fieldExcludes = customfield_10801 1.plus.set.customfield_10801 = %original_customfield_10800% |
Click Make Active to update the Clone Plus properties:
With the above configuration, you can copy the value from one custom field to another by using Custom1 and Custom1++ operations.