...
Steps to enable cloning for any custom or system fields in the user interface
Sign in to your Jira instance as Jira administrator.
In the top navigation bar, select JIRA Administration > Manage apps.
The Manage apps page is displayed.In the left sidebar of the Manage apps page, select Clone Plus for Jira.
The Clone Plus for Jira Configuration page is displayed.SelectClone plus properties > Edit tab to edit a copy of the currently active configuration.
Add the following sample code to the currently active configuration.
Code Block # Set clone options available for fields 1.option.copysummary = false 1.option.copysecurity = true 1.option.copycomponents = false 1.option.copyduedate = true 1.option.copyfixVersions = true 1.option.copyassignee = false 1.option.copypriority = true
Click Make Active.
Go to a Jira issue, and click Clone +.
On the Clone window, you can see the added custom or system fields as a checkbox. You can select the checkbox for whichever fields you want to clone.
...
Info |
---|
|
References
https://bobswiftappfire.atlassian.net/wikil/spaces/JCPP/pages/74580246/Customization+information#Clonecp/0TX7Ta54#Clone-options-additional
...