-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
7.0.5, 7.1.2, 7.1.4, 7.1.6
-
7
-
4
-
Severity 3 - Minor
-
0
-
NOTE: This bug report is for JIRA Server. Using JIRA Cloud? See the corresponding bug report.
Summary
When creating a link in the Text Gadget, clicking on the link does not load or re-direct.
Steps to Reproduce
- Add the Text Gadget to your Dashboard (See: Add Text Gadget )
- Create a link such as <a href="https://www.atlassian.com">Atlassian</a>
- Save your edit
- Click on the link Atlassian
Expected Results
The current window is re-directed to the specified link
Actual Results
No page is loaded or the page is loaded within the gadget (see screeshot).
Notes
Testing in JIRA 6.4.9, this issue does not occur.
Workaround
Specify the target = blank so that a new window opens
<a href="https://www.atlassian.com" target="_blank">Atlassian</a>
- relates to
-
JRACLOUD-60757 Links created in Text Gadget do not work when clicked on
-
- Closed
-