Versions Compared

Key

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

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

...

  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.

  3. Click Clone plus properties and click Edit
    Image Modified

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

      Code Block
      themeMidnight
      option.copyAttachments = hide


    2. For Custom1 (Clone + and Clone ++) operations:

      Code Block
      themeMidnight
      1.option.copyAttachments = hide
      1.plus.option.copyAttachments = hide


  5. With the above configuration, Copy attachments option will not appear in Clone options of Clone issue screen:

...