How to disable copying links for clone operation in Clone Plus for Jira

This article explains how to disable the Copy Links option for clone operation in the Clone Plus for Jira app.

Instructions

  1. Log in to Jira as an Administrator and navigate to  > Manage Apps.
  2. From the left sidebar, select Clone Plus under the BOB SWIFT CONFIGURATION section.

  3. Select the Clone plus properties tab and select Edit.

  4. Add below parameters in configuration properties and click Make Active.
    1. For Clone+ and Clone ++ operation:

      option.copyLinks = hide
    2. For Custom1 (Clone + and Clone ++) operations:

      # Need to use the below code to Custom1-Clone + operation
      1.option.copyLinks = hide
      
      # Need to use the below code to Custom1-Clone ++ operation
      1.plus.option.copyLinks = hide
  5. Using this configuration, Copy links option will not appear in Clone Options of the Clone issue screen: