/
Table grid has problems displaying more than 32,767 characters in edit mode
Table grid has problems displaying more than 32,767 characters in edit mode
Problem
The entered text is too long. It exceeds the allowed limit of 32,767 characters.
Reason
The Table Grid Editor is using textarea to store data in edit mode. We're using Atlassian textarea custom field settings.
So we cannot put the string value longer than is set by default in the JIRA settings (32,767 characters).
Solution
Navigate to the Administration - Advanced Settings in your JIRA.
Change the value of jira.text.field.character.limit property to 0.
Update the configuration.
, multiple selections available,
Related content
Table Grid Migration Tool
Table Grid Migration Tool
Read with this
GenericEntityException while saving grid configuration
GenericEntityException while saving grid configuration
More like this
Unicode data is corrupted in text area column with PostgreSQL
Unicode data is corrupted in text area column with PostgreSQL
More like this
How large a table can be kept in Jira using the grid
How large a table can be kept in Jira using the grid
More like this
Overview
More like this
The grid has problems connecting to the database
The grid has problems connecting to the database
More like this