-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 9.8.0, 9.9.2, 9.11.3, 9.12.10, 10.3.5, 10.5.1
-
Component/s: Issue - Comments
-
9.08
-
1
-
Severity 3 - Minor
Issue Summary
If a Jira user copy-pastes any URL containing the string "§" into the Jira issue comment field in Visual mode, Jira interprets this as the HTML section character and converts the string to "§".
The issue does not occur when you type or copy-paste the URL as a hyperlink in the comment field.
Steps to Reproduce
- Access a Jira instance running on version 9.8.0 and above
- Create/access a Jira issue.
- Copy a URL from the URL bar that contains "§"
(for example: http://www.example.com/some§ion) and paste it to the Jira issue comment field in Visual mode.
Note: The issue is reproducible only if you copy the URL as plain text. It is not reproducible if you type or copy the URL as a hyperlink.
Note: The issue is not reproducible on Jira 9.7.0 and prior versions.
Expected Results
The URL should show as entered.
URL: http://www.example.com/some§ion
Actual Results
The "§" string converts to the HTML section character "§" automatically.
URL: http://www.example.com/some§ion

Workaround
- Copy and paste the URL in the "Text" mode.
- Type in the URL in the Jira issue comment field.
- Copy and paste the Jira URL as a hyperlink.
- mentioned in
-
Page Loading...