Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Instructions

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

  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.

    Code Block
    themeMidnight
    # This file needs to be put in the user configured jira home directory
    1.condition.*.*.* = true
    1.label = my-Clone+
    1.set.description = %parent_description%
    


  4. To test, create an issue (parent) with a sample description.
    Image Modified

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

  6. Once the Clone+ operation performed on the issue. The cloned issue description is shown aswill be cloned from the original issue as shown below
    Image Modified