Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.







  • No labels