Skip to end of banner
Go to start of banner

How to set the original description in the cloned issue using 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 10 Next »

This article explains how to set the description in the clone issue the same as the original issue from which the ticket is being cloned using the Clone Plus for Jira app

Instructions

  1. Navigate to Settings> Manage apps > Clone Plus for Jira as an administrator and click the Clone+ link as shown:
  2. Navigate to Settings > Manage Apps > BOB SWIFT CONFIGURATION > Clone Plus > Edit and edit the Clone Plus for Jira Configuration properties file:

  3. In order to set the description, use the property as set.description = %original_description%
    as Add the configurations as shown below and click Make Active.

    # This file needs to be put in the user configured jira home directory
    1.condition.*.*.* = true
    1.label = my-Clone+
    1.set.description = %original_description%
    
  4. To test, create an issue (parent) with a sample description.

  5. Click More, select my-Clone+ operation as shown:

  6. Once the Clone+ operation performed on the issue. The cloned issue description will be cloned from the original issue as shown below: 


  • No labels