col.xyz.defaultValue
Specify a default value for a column when adding one or more rows
Class | column |
---|---|
Property | col.xyz.defaultValue |
Formal specification | col.xyz.defaultValue = string |
Required | no |
Default | |
Version | 1.0 |
Comment | Checkboxes are by default unchecked. If you need to have it checked use col.willAttend.defaultValue = checked, a defaultValue of a list is its value. issue values can be used as col.xyz.defaultValue as well as static data. Check the Example section below |
Example | col.age.type = numberÂ
col.age.defaultValue = 18Â
col.iassignee=Assignee
col.iassignee.type=userlist
col.iassignee.defaultvalue=currentuser:id
|
Reference |