This article explains how to copy field values from one field to another field using Clone+ and Clone++ operations.
...
- Log in to Jira as an Administrator.
- Navigate to > Manage apps > Clone Plus for Jira and click the link as shown:
- Enable the Clone+ and Clone++ (custom1) Clone option.
- Navigate to Settings > Manage Apps > BOB SWIFT CONFIGURATION > Clone Plus > Edit and edit the Clone Plus for Jira Configuration properties file:
Add the following clone-plus properties:
Code Block #For Clone+ 1.condition.*.*.* = true 1.label = Custom1+ #For system fields 1.set.description = %original_description% 1.ignoreFields = description #For custom fields 1.set.customfield_1040210801 = "%original_customfield_10401%"10800% 1.ignoreFieldsfieldExcludes = customfield_10402 10801 ------------------------------------------------------------- #For Clone++ 1.plus.condition.*.*.* = true 1.plus.label= Custom1++ #For system fields 1.plus.set.description = %original_description% 1.plus.ignoreFields = description #For custom fields 1.plus.set.customfield_1040210801 = "%original_customfield_10401%"10800% 1.plus.ignoreFieldsfieldExcludes = customfield_1040210801
Click Make Active and the Clone Plus properties are successfully updated.
- Go to a Jira project, open an Issue TN-1.
- From the View Issue screen of TEST-1 issue, click More.
- In the dropdown, Custom1+ clone plus is shown. Click Custom1+
- In the dropdown, Custom1+ clone plus is shown. Click Custom1+
With the above configuration, you can hide the Linked Issues and Issue fields using Custom1 and Custom1++ operations.