-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
1
-
Severity 3 - Minor
-
Issue Summary
Text field (read only) fields do not display all 255 character on issue view screen.
Steps to Reproduce
- Step 1 Create a custom field Text field (read only)
- Step 2 Add value to the field using Automation
Expected Results
The issue view screen displays the entire text with 255 characters
Actual Results
The text field is cut off and the entire text is not visible
Value entered in the text field:
"Text field (read-only) A read-only text label. Only possible to create values programmatically (Used internally for imports from Mantis). Maximum of 255 characters.Text field (read-only) A read-only text label. Only possible to create values create."
On the issue screen, the entire text is not visible, it is cut off.(check screenshot). The same behaviour is not observed in the Text field(single line), seems to affect only the read-only fields.
Workaround
Currently, there is no known workaround for this behaviour. A workaround will be added here when available