How to enable and restrict clone+ and clone++ options for project(s)
This article explains how to customize the Clone+ and Clone++ options for project(s) using the property file.
Instructions
Log into Jira as an administrator.
Navigate to > Add-ons > Manage apps > Clone Plus for Jira and select the relevant modules.
Disable the default Clone+ and Clone++ options and enable the following custom Clone options:
Clone+ (custom1) and Clone++ (custom1)
Clone+ (custom2) and Clone++ (custom2)
Clone+ (custom3) and Clone++ (custom3)
Click Configure to open the Configure Clone Plus Properties page.
Click the Edit tab to add the following clone-plus properties:
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
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
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 project, TEST, in this example:
It is recommended to test this scenario in a non-production environment before implementing it in production.