/
Example clone-plus.properties
Example clone-plus.properties
This example properties file defines two custom clone operations. See Clone properties for more information.
Example clone-plus.properties
# Example property file for Clone Plus
# More details are available in the Administrator Guide: https://bobswift.atlassian.net/wiki/display/JCPP/Administrator%27s+Guide
## Custom 1
# Show this operation for all projects, issue types and status
1.condition.*.*.*.* = true
# Enable Bulk Clone
1.bulkClone = true
# Restrict clone operation to support and administrators
1.role.* = Support, Administrators
# Names that show to users
1.label = Escalate to Engineering
1.tooltip = Creates a task for Engineering
# Set default clone options
1.option.copyAttachments = true
1.option.copyWatchers = false
1.option.copyWorklogs = hide
# Set clone options available for fields
1.option.copycustomfield_11060 = true
1.option.copysummary = false
1.option.copyfixVersions = true
1.option.copycomponents = false
1.option.copyduedate = true
1.option.copyassignee = false
1.option.copytimeestimate = true
1.option.copysecurity = false
# Set target project
1.project.*.*.* = ZCLONE
# Set project category
1.condition.*.*.*.newcategory = true
## Custom 1.plus
# Show this operation for all issues of type bug (id = 1) or task (3)
1.plus.condition.*.1.*.* = true
1.plus.condition.*.3.*.* = true
1.plus.bulkClone = true
# Restrict clone operation so administrators
1.plus.role.* = Administrators
# Names that show to users
1.plus.label = Clone for administrators
1.plus.tooltip = Custom clone operation
# Map issue type to default to a task (id = 3)
1.plus.type.*.*.* = 3
# Set fields
1.plus.set.summary = Clone of issue with summary: %original_summary%
# Set default clone options
1.plus.option.copyAttachments = true
1.plus.option.copyWatchers = false
1.plus.option.copyWorklogs = hide
, multiple selections available,
Related content
Clone properties
Clone properties
More like this
Example default clone operations
Example default clone operations
More like this
How to enable customization for Clone++ option for a specific issue type
How to enable customization for Clone++ option for a specific issue type
More like this
Enable and disable clone operations
Enable and disable clone operations
Read with this
How to enable and restrict clone+ and clone++ options for project(s)
How to enable and restrict clone+ and clone++ options for project(s)
More like this
Clone Plus for Jira Configuration - Data Center
Clone Plus for Jira Configuration - Data Center
Read with this