Skip to end of banner
Go to start of banner

How to set child issue description same as parent's description using Clone+ operation

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 6 Next »

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

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. 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 = %parent_description%
    
  4. To test, create an issue (parent) with a sample description.

  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:

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

  • No labels