TGE Property Index

Grid details properties

Grid display properties

  • gd.query.rowUse this property to initialize a grid with static data.
  • gd.dsUse this to specify a different grid storage database - for instance the JIRA database, or a database source specification.
  • gd.query.keepOnRefreshspecifies which rows can be removed when reloading the grid
  • gd.queryA query, used to initialize the grid when the issue is created, when the grid is reloaded using the reload button or when a dependent custom field is changed.
  • gd.initFromParentWhen 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
  • gd.initFromCloneWhen 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
  • gd.query.columnsUse this property to specify which columns should be initialized with the results of a query.
  • gd.query.reloadTriggerAllows to reload the grid on issue view or update
  • gd.query.reloadOnCustomFieldChangeAllows to disable automatic reloading of the grid on Create Issue and Edit Issue screens triggered by on custom field change
  • gd.query.dsSpecify on which datasource a query needs to be run.

Grid initialization properties

You don't need to start with an empty grid. Check grid reload for more details.

Column details properties

Column types properties

 

Datasource details properties

These properties are meant to setup a configuration specific connection to a database.
Alternatively (and recommended approach) is to use the Datasource Specifications  

 

Related content