Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This page includes answers to commonly asked questions related to the Table Grid Next Generation.

...

Expand
titleDo you provide migration from the Table Grid Editor for Jira Server to the Table Grid Next Generation?

We propose a migration program with a table grid migration tool and a path to convert your active TGE license to a TGNG license at no cost. If you are interested in the license migration, please submit a support request with all the requested details.

...

Expand
titleIs the Table Grid Next Generation 100% backward compatible with the existing Table Grid Editor for Jira Server?

The Table Grid Next Generation is an alternative addon that overlaps the functionality of the Table Grid Editor for more than 80%. 


Expand
titleIs the grid Java API backward compatible? (we do a lot of grid manipulation from groovy scripts)

TGNG has its own Java API and REST API


Expand
titleProblems saving grid after the data import

Reason

Grid stores data in a textfield column of the customfieldvalue table in the jira database. Jira has a limit of 32767 characters set for the text field by default .

Workaround

  1. Navigate to the Administration - Advanced Settings in your JIRA.
  2. Change the value of jira.text.field.character.limit property to 0.
  3. Update the configuration.

...

Expand
titleGrid value is not saving

Reason

In some cases, the last edited value in the grid is not saving due to the complex bug and our team is working on its fix. However, this process is time-consuming since it requires a rewrite of the component used to bring up the grid. 

Meanwhile, please use the following workaround:

  1. Change the grid value.
  2. Unfocus the grid cell by clicking in any place outside the grid.
  3. Save the grid by clicking on the checkbox in the left-down corner.

...