Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Steps to enable cloning for any custom or system fields in the user interface

  1. Sign in to your Jira instance as Jira administrator.

  2. In the top navigation bar, select JIRA Administration (blue star) > Manage apps.
    The Manage apps page is displayed.

  3. In the left sidebar of the Manage apps page, select Clone Plus for Jira.
    The Clone Plus for Jira Configuration page is displayed.

  4. SelectClone plus properties > Edit tab to edit a copy of the currently active configuration.

  5. 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
  6. Click Make Active.

  7. 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
  • The code provided is only a sample code, you can clone any custom or system fields.

  • Once a Jira administrator has made changes to the currently active configuration, any user can see the custom or system fields as a checkbox on the Clone window.

  • Refer to the User guide to learn more about the different clone operations.

References

...