-
Suggestion
-
Resolution: Timed out
-
23
-
6
-
Currently a read only field has a maximum character limit of 255 characters.
This is both for UI created fields and fields created via Connect.
For example if a Custom Field is created with
"jiraEntityProperties": [ { "keyConfigurations": [ { "extractions": [ { "objectName": "example", "type": "text" } ], "propertyKey": "example" } ], "entityType": "issue", "name": { "value": "Example Property" }, "key": "example-key" } ], "jiraIssueFields": [ { "key": "vera-fields-example", "name": { "value": "example" }, "description": { "value": "Read only custom field Example Property" }, "type": "read_only", "property": { "path": "example", "key": "example-key", "type": "string" } } ]
You can see that the read_only field uses the example property. Updating the property with fewer than 255 characters it displays. If we add more then 255 characters it does not display.
It's stored correctly, just doesn't display in the user interface.
- is related to
-
JRASERVER-59595 Remove 255 character limit on read-only text fields
- Closed
- relates to
-
JRACLOUD-63007 Possibility to configure jira.text.field.character.limit in JIRA Cloud as well
- Closed