gd.initFromParent
When gd.initFromParent is true, and a sub-task of the issue is created, all rows which are linked to the parent issue, will be duplicated to the created sub-task
Â
Class | grid |
---|---|
Property | gd.initFromParent |
Formal specification | gd.initFromParent = false | true |
Required | no |
Default | false |
Version | 1.23 |
Comment | The grid data is copied from the parent issue to a sub-task if a sub-task issue type also has the grid configured. First the data is copied to a temporary database allowing user to edit it before submission of the sub-task creation. All the changes made on the "Create sub-task" screen are saved then to a persistent database. |
Example | gd.initFromParent=true
|
Reference |