gd.table - deprecated

This property has been deprecated and replaced with gd.tablename

 DEPRECATED - Provide the base name of the grid table

Class

grid

Property

gd.table

Formal specification

gd.table = basename of the table in the database

Required

no

Default



Version

1.0

Comment



This property is deprecated - use gd.tablename instead

  • If no tablename is given, no table will be created in the database and the griddata will not be persisted. 

    • Data is stored in an in-memory database, which gets purged when JIRA is restarted or the plugin reenabled. 

  • if a table name is given, the gridds datasource must be available and configured 

  • the resulting table name will be a combination of the base name of the grid table and the customfield id. 

  • if you create multiple contexts for the same table grid custom field, make sure that you name each table differently

Example



gd.table=familylist 



Reference

datasource.names 

Â