gd.initFromClone

When gd.initFromClone is true, and an issue is cloned, all rows which are linked to the original issue, will be duplicated to the new (cloned) issue

 

Class

grid

Property

gd.initFromClone

Formal specification

gd.initFromClone = false | true

Required

no

Default

false

Version

1.12

Comment

  • the implementation of gd.initFromClone requires a customfield 'OriginID' 

  • When the OriginID is set to an issueid at the moment that an issue is created, all rows of that issueid will be duplicated
    The initFromClone will not work for any issue which has been created prior the installation of the table grid editor.

  • the addon will automatically create this 'originId' custom field

  • When the col.xyz.uniqueSequence is false, the sequence id will be recalculated.

Example





Reference

Behind the scenes of gd.initFromClone