Provide the base name of the grid table
Changing the value of the gd.tablename property has to be done with caution! Once the name is changed the grid starts using the new database table with new name for data storage and retrieval. The new data will be stored and there will be no problems with the new JIRA issues. But all the rows which you have added to the grid before the change of the name will be 'lost'. The data will still be in the 'old' table with the 'old' name, but the data will not be visible in the existing issues because once you have changed the gd.tablename the grid started working with the new table.
Class | Grid |
---|---|
Property | gd.tablename |
Formal specification | gd.tablename = <basename of the table> |
Required | no |
Default | yes |
Version | 1.5 |
Comment |
|
Example | gd.tablename=familylist |
Reference |