Versions Compared

Key

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

This article explains how to set child issue description the same as the parent's description while cloning the issue using Clone+ operation. 

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. 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. Create a sub-task issue from the parent issue and clone the sub-task issue (BUMP-26, for example), by clicking More, select my-Clone+ operation as shown:
    Image Modified

  6. Once the Clone+ operation performed on the sub-task. The result is shown: 
    Image Modified