Troubleshooting
Expand | ||
---|---|---|
| ||
Problems saving grid after the data importReason 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
|
Expand | ||
---|---|---|
| ||
Grid value is not savingReason 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. Workaround
|
Expand | ||
---|---|---|
| ||
Grids always show up on customer portals even if they do not contain any dataReason Grid custom field presence is configured in the request types. The grid does not necessarily need to contain data, by default empty custom fields also show up. Workaround If the empty grid takes too much space you can enable automatic grid size in the Grid Configuration → General Settings. This way the grid height will be limited to the number of rows. The empty grid will only contain one row with the column names. |
Expand | ||
---|---|---|
| ||
Single Select List and Multi Select List static options disappear when I import my configurationThere is a dedicated page for about this problem: Single Select List and Multi Select List static options disappear when I import my configuration |
Expand | ||
---|---|---|
| ||
The grid value is not saving without unfocusing the cellSometimes, when editing Table Grid values on the issue view, the changes can't be seen after saving the grid. Cause This problem happens if you input the value and save the grid right away, without unfocusing the cell. In this case, the grid does not pick up the most recent changes. Solution To resolve the issue we recommend using the following scenario when editing the existing grid configuration:
|
Expand | ||
---|---|---|
| ||
Blank page when trying to add or edit value on grid configuration pageSometimes, when editing grid configuration by adding values to the existing cells, the page goes blank and the changes do not apply. Cause This problem occurs when you enter new values in the existing grid configuration and unfocused the cell. Solution To resolve this we recommend using the following scenario when editing grid configuration:
|
Expand | ||
---|---|---|
| ||
Table grid value does not persist on a failed transition validationWhen a Table Grid field is present on a transition screen, any or changes made by the user are cleared in the validation for this transition fails. Cause This issue happens because Jira fires the "dialogReady" event and "editModeAction" is loaded which gets Grid Data from the back-end when the transition screen is loaded originally. Since this does not happen after a failed validation, the intermittent data is lost. Solution Since the issue is related to core Jira functionality, a complete solution is not available. As a workaround, we recommend placing Grid fields on transition screens that do not have frequently failing validators and/or adding warnings for users. |
Expand | ||
---|---|---|
| ||
A "Grid has changed" entry is added to the Jira DB even when the grid was not changedCause The problem appears when the issue is edited through "Edit Issue" mode in the pop-up. Due to the way TGNG interacts with and renders on Jira transition screens a 'customfield payload' is created when such a screen is open. This leads to Jira registering a change in the TGNG field even in cases where no values were altered. Solution Due to the core nature of the issue, no direct solution is available. |
Expand | ||
---|---|---|
| ||
Response to Log4j vulnerability - CVE-2021-44228There is a dedicated page for about this problem: https://tablegrid.atlassian.net/wiki/spaces/TGNG/pages/1933400/Table+Grid+Next+Generation+-+Response+to+Log4j+vulnerability+-+CVE-2021-44228 |
Expand | ||||
---|---|---|---|---|
| ||||
Error while creating issueIf this happen to your Table Grid, please follow one of these instructions: Reason 1: Invalid DatasourceWhen connecting with an external datasource (REST, MySQL,…), make sure you hit Test connection button. If it shows Error pop-up message, you should review the datasource information again. If it shows Success pop-up message, you will be able to create new issue with the grid. Reason 2: Invalid Database table nameThis issue happen when user delete database table name in external datasource REST, MySQL,… after connected it with a grid. Please make sure your table is existed in the database. Here is a example of a successful database table name, successful pop-up message appears: Solution User can create an Atlassian Support Zip file following these instructions: https://confluence.atlassian.com/display/Support/Create+a+Support+Zip, go to
Example of the results:
|
Expand | ||
---|---|---|
| ||
Java API doesn't work to get/read data of gridWith rows were added to grid using UI:
Customer can investigate more about the issue in tab “Logs”: |
Expand | ||
---|---|---|
| ||
Error: Request failed with status code 401When you block third-party cookies on your browser settings, this will cause 401 error while you are using Table Grid Next Generation Server/Datacenter. SolutionTo fix this, you have to allow third-party cookies on your browser. 1. Google ChromeTo enable cookies in Google Chrome (PC & Mac):
2. Microsoft EdgeTo enable cookies in Microsoft Edge:
3. SafariTo enable cookies in Safari:
|
Info |
---|
Didn't find a feature you need? Suggest an improvement. |