-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
5
-
5
-
NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.
Problem
Long comments in JIRA can cause performance problems as investigated on JRA-28519
There is a jira.text.field.character.limit set to 32767 by default in JIRA Cloud.
This prevents the saving of a comment with a message:
The entered text is too long. It exceeds the allowed limit of 32767 characters.
At that point the user needs to either remove characters or copy the text already formatted on the comment to a text file, save it locally and attach it to the issue.
Suggestion
Provide a full user friendly alternative when saving comments that go over the limit to improve the speed and convenience.
An idea:
JIRA prompts to save the long text in an attachment.
Example:
The entered text is too long. Would you like us to create a file attachment with text inside the text blocks?
JIRA then parse the {code} and {noformat} text into a .txt file and attaches it to the issue.
Then it adds the comment with the text that was outside the blocks, adds a preview of the blocks text and a link to the attachment containing the full text. If multiple blocks are find, then it does a different file for each one.
More info
This has been previously asked/requested on:
- duplicates
-
JRASERVER-63935 Provide a feature to automatically convert huge text into a file
- Gathering Interest
- is caused by
-
JRASERVER-28519 JIRA dies with OutOfMemoryException when rendering issues with numerous and/or large comments
- Closed
-
JRASERVER-59124 Allow description and comment fields unlimited text (no character limit)
- Gathering Interest
- relates to
-
JRASERVER-59561 Users are not allow to edit issue due to the fix on JRA-28519
- Gathering Impact
-
JRASERVER-63007 Possibility to configure jira.text.field.character.limit in JIRA Cloud as well
- Closed
-
JRACLOUD-64351 Provide a full solution for long comments breaching the character limit
- Gathering Interest
- mentioned in
-
Page Loading...