-
Suggestion
-
Resolution: Unresolved
-
259
-
33
-
NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.
Added 29 February 2024
Currently it's not possible to change the character limit of the value of custom fields.
- Text Field (single line) - 255 characters
- Text Field (multi-line) - 32767 characters
This character limit should be configurable per field.
Original Description
jira.text.field.character.limit is respected for description, environment, comments.
However some add-ons could use a large custom field instead of their own database table to track things so having jira.text.field.character.limit affect custom fields by default is risky.
Propose new jira.text.field.character.limit.customfields (so it falls right next to existing) it should default to 0 as well.
Bonus: This way a jira-system-administrator can control it above a jira-administrator who may be making custom fields and not always understanding implications.
There is already a request for setting limits on a single custom field (especially at least at creation). vs Hack of of making a field a system field...
Workaround
A possible workaround is using Forms to enforce a character limit in a custom field field. Let's consider that you want to impose this limit on the Description field. Here’s how you can do it:
1️⃣ Go to Project settings → Request management → Forms
2️⃣ Click Create form → Create blank
3️⃣ Add a field: Add field → Paragraph
4️⃣ Set the field name in the Display name box
5️⃣ Link it to the Description field in Linked Jira Field
6️⃣ Set the character limit in Minimum and Maximum fields (e.g., Maximum = 25)
7️⃣ Save changes
- is related to
-
JRASERVER-38732 jira.text.field.character.limit.customfields
- Gathering Interest
- relates to
-
JRACLOUD-43498 Document jira.text.field.character.limit
- Closed
-
JRACLOUD-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
This is causing us pain as we have been using custom fields for long implementation plans, for example. This should be addressed.