Versions Compared

Key

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

The clone property file allows customized control over clone operations. We can customize the menu label based custom clone+ and custom clone++ labels. This will give more clarity while performing the cloning of issue.

Instructions

To customize the menu label based on Clone+ (custom1)   and Clone++ (custom1) , then follow the below configuration. Only users with JIRA Administrator permission can perform the changes in the configuration file.

  1. Navigate to the Cogwheel Image Addedoption in Jira application and click on Add-on.
  2. Select Manage apps section and open expand the Clone Plus app.
  3. Click on modules enabled link as shown in the below screenshot.
  4. Enable the custom clone++ from Manage Add-on page.Configure Clone+ (custom1)
  5. Click on Configure button which will redirect to Configure Clone Plus Properties page.
  6. Once you are there in the configuration page you will see Active and Edit sections, Click on Edit  Section to edit the properties.
  7. Add the clone-plus . properties file with below changes.shown below to the page and Click on Make Active Button


To enable Custom Clone+ modules:

Image RemovedImage Added


Labeling Labelling of Clone+ (custom2custom1) :

Code Block
1.label = Name1


Labeling Labelling of Clone++ (custom2custom1):

Code Block
1.plus.label = Name2

...

After making the changes in the labels:

Image RemovedImage Added


Info
  1. Clone + and Clone ++ are the modules enabled by default when you install the add-on and you will not be able to change the names. 

      2. The customize labeling labelling can be done for any Custom clone+/clone++ modules as per the above configuration.

      3. Based on the requirement user can enable and disable the Custom clone+ modules.

...