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

  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.