The clone property file allows customized control over clone operations. We can customize the menu based custom clone+ and custom clone++ labels. This will give more clarity while 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 based on labels for custom clone plus actions (Clone+ (custom2custom1) and , Clone++ (custom2), then follow the below configuration.
- Enable the custom clone+ from Manage Add-on page.
- Configure the clone-plus.properties file with below changes.
Labeling of Clone+ (custom2custom1) etc...), perform the following:
- Navigate to > Add-ons.
- Select the Manage apps section and expand the Clone Plus app.
- Click the modules enabled link.
- Enable the custom 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 |
---|
|