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 issueThis article explains how to customize the menu labels for clone+ and clone ++ using the property file.
Instructions
...
To customize the menu label based on labels for custom clone plus actions (Clone+ (custom2custom1) and , Clone++ (custom2custom1) etc...), then follow the below configuration. Only Administrator permission can perform the changes in the configuration file.
...
perform the following:
...
- Navigate to > Add-ons.
- Select the Manage apps section and go to expand the Clone Plus app.
- Click on the modules enabled link.
- Enable the custom clone++ from Manage Add-on page.
- Configure the clone-plus.properties file with below changes.
To enable Custom Clone+ modules:
- Clone+ (custom1) and the required options for your scenario.
- Click Configure to navigate to the Configure Clone Plus Properties page.
- Click the Edit section to edit the properties.
- Add the following clone-plus properties to the page:
Labelling of Clone+ (custom1) :
Code Block
...
1.label = Name1
...
Labelling of Clone++ (
...
custom1):
Code Block
...
1.plus.label = Name2
...
- Click Make Active.
Note |
---|
Only JIRA Administrators can perform the changes in the configuration file. |
You can now see the configured labels in the menu options:
Info |
---|
|