This article explains how to customize the Clone+ and Clone++ options for project(s) using the property file.
Instructions
- Log into the Jira as an administrator.
- Navigate to > Add-ons > Manage apps > Clone Plus for Jira and select the relevant modules.
Enable the following custom Clone options and disable the Disable the default Clone+ and Clone++ options as shown in the above screenshotand enable the following custom Clone options:
Clone+ (custom1) and Clone++ (custom1)
Clone+ (custom2) and Clone++ (custom2)
Clone+ (custom3) and Clone++ (custom3)
Info Clone+ and Clone++ are the modules enabled by default when you install the app, and you cannot modify these labels are not editable.
- Click Configure to open the Configure the Configure Clone Plus Properties Properties page.
Click the Edit tab to add the following clone-plus properties:
Code Block title Show this action for all projects, issue types, and status for clone+ and clone++ // Represents for Clone+ (custom1) 1.condition.*.*.*= true // Represents for Clone++ (custom1) 1.plus.condition.*.*.*= true
Code Block title Show this action only for DEMO project with all issue types, and status for clone+ and clone++ // Represents for Clone+ (custom2) 2.condition.DEMO.*.* = true // Represents for Clone++ (custom2) 2.plus.condition.DEMO.*.* = true
Code Block title Do not show this action for CLON project with all issue types, and status for clone+ and clone++ // Represents for Clone+ (custom3) 3.condition.*.*.* = true // Represents for Clone++ (custom3) 3.plus.condition.CLON.*.* = false
Click Make Active.
You can now see the configured labels in the More option.
- Output in DEMO project:
- Output in CLON project:
- Output for other (Ex: TEST) project:
other project, TEST, in this example:
Info |
---|
It is recommended to test this scenario in a non-production environment before implementing it in production. |
...