Skip to end of banner
Go to start of banner

How to remove labels while cloning the issue using the Clone Plus for Jira app

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

This article explains how to remove the labels while cloning the issue using the Clone Plus for Jira app.

Instructions

  1. Log in to Jira as an Administrator and navigate to  > Manage Apps.
  2. From the left sidebar, select Clone Plus under BOB SWIFT CONFIGURATION section.

  3. Select the Clone plus properties tab and select Edit.

  4. Add below parameters in configuration properties and click Make Active.

    For Custom1 (Clone + and Clone ++) operations:

    # Need to use the below code to Custom1 - Clone operation
    1.set.labels = 
    1.ignoreFields = labels
    
    # Need to use the below code to Custom1 - Clone ++ operation
    1.plus.set.labels = 
    1.plus.ignoreFields = labels
  5. With this configuration, the labels do not appear in the cloned issue as shown below:

          


  • No labels