-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: Microsoft Teams for Jira Integration
-
None
-
1
Issue Summary
Currently, the comment field in issue view does not support line breaks. When users try to add new lines using the Enter key or paste a multiline text, the content is flattened into a single line. This behavior is inconsistent with other fields in the issue view and affects readability.
Steps to Reproduce
- Open any issue
- In the comment field, type a sentence and press Enter to add a new line
- Observe that the comment is immediately published, and the new line is not inserted
- Try pasting a multiline text into the comment field
- Notice that all lines are merged into a single line
- Edit the published comment and attempt to insert multiple lines again
- Save and observe that all line breaks are lost, and the comment remains a single paragraph
Expected Results
- Pressing Enter should insert a new line without submitting the comment
- Pasted multiline text should preserve line breaks
- Edited comments should allow and retain multiple lines
Actual Results
- Pressing Enter submits the comment instead of creating a new line
- Pasted or edited multiline content is collapsed into a single line
Workaround
Required, if there is no workaround please state:
Currently there is no known workaround for this behavior. A workaround will be added here when available