-
Type:
Bug
-
Resolution: Obsolete
-
Priority:
Low
-
Affects Version/s: 5.8.18, 5.9.8, 5.10.8
-
Component/s: Editor - Page / Comment Editor
-
4
-
Severity 2 - Major
-
1
Summary
After generating Jira Release Notes as HTML. Copying the generated HTML into an HTML Macro in Confluence, breaks the links on Firefox and Chrome.
Environment
Bug reproduced on:
Confluence 5.8.18 and 5.9.8 using Chrome 48 and 50.0.2661.75 AND Firefox 45.0.2
Bug not reproduced on IE11
Steps to Reproduce
- Login to Jira
- Browse to a specific Project
- Click on Versions or Releases (if using Jira Agile)
- Select a specific version (by clicking on it)
- On the top right, click on Release Notes
- Configure Release Notes and select HTML
- Copy the generated HTML code (Make sure to include the bugs links)
- Login to Confluence
- Create a new Page
- Insert an HTML Macro (if not enabled, go to System Add-ons and enable html-xhtml
- Paste the HTML code there
- Preview the page
Expected Results
Links to the tickets should be correct
Actual Results
Links to the tickets have the ticket id as a prefix of the http link.
Example
Jira Release Notes HTML sample:
<li>[<a href='http://localhost:8080/jira/browse/TEST-123'>TEST-123</a>] Some text here </li>
Confluence HTML Macro result:
<li>[<a href='TEST-123http://localhost:8080/jira/browse/TEST-123'>TEST-123</a>] Some text here </li>
Workaround
There are currently 2 workarounds:
- Manually edit those links
- Use IE to copy the HTML Release Notes
- mentioned in
-
Page Loading...