-
Type:
Suggestion
-
Resolution: Low Engagement
-
Component/s: Dashboard - Dashboards & Gadgets
-
0
-
6
NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.
Summary
As a user I wish to display dashboards in an iframe, this was working previously in JIRA 6.3.15 and 6.4.11, however after upgrading to JIRA 7 this functionality no longer works.
Steps to Reproduce
- View a dashboard as a wallboard
- Copy the dashboard URL
- Create an html document with the contents (replacing <DASHBOARD_URL> with the URL from step 2.)
<iframe src=“<DASHBOARD_URL>"> <p>alternative text</p> </iframe>
Expected Results
The dashboard will be displayed in the iframe
Actual Results
The spinning pinwheel is displayed instead of the content.
Workaround
No known workaround.
- is related to
-
JRASERVER-59451 Unable to display wallboards in an iframe
- Gathering Interest