/
How to disable copying links for clone operation in Clone Plus for Jira
How to disable copying links for clone operation in Clone Plus for Jira
This article explains how to disable the Copy Links option for clone operation in the Clone Plus for Jira app.
Instructions
- Log in to Jira as an Administrator and navigate to > Manage Apps.
- From the left sidebar, select Clone Plus under the BOB SWIFT CONFIGURATION section.
- Select the Clone plus properties tab and select Edit.
- Add below parameters in configuration properties and click Make Active.
For Clone+ and Clone ++ operation:
option.copyLinks = hide
For Custom1 (Clone + and Clone ++) operations:
# Need to use the below code to Custom1-Clone + operation 1.option.copyLinks = hide # Need to use the below code to Custom1-Clone ++ operation 1.plus.option.copyLinks = hide
Using this configuration, Copy links option will not appear in Clone Options of the Clone issue screen: