Versions Compared

Key

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

...

...

...

...

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

Instructions

  1. Log into Jira as an Administrator and navigate to  > Manage Apps.
  2. From the left sidebar, select Clone Plus under the BOB SWIFT CONFIGURATION section.
    Image Added
  3. Click EditClone plus properties and add click Edit
    Image Added

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

      Code Block
      themeMidnight
      option.copyWatchers = hide


    2. For Custom Clone + and Clone ++ operations:

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


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

...