Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hi,
I want to add an iFrame link from JIRA Portfolio into a Confluence page.
<iframe src='https://jira.srv.<company_name.com>/secure/PortfolioSharedReportView.jspa?r=lydy9&t&e' width='640' height='400' style='border : 1px solid #ccc;'></iframe>
I do not have the iFrame macro in my Confluence. I used HTML macro within which I pasted the iFrame link. But all that I see is an empty white box in preview and after saving.
Is there a way to add this link to Confluence page?
TIA,
Bhakti
Hello,
There is a security header added to protect against clickjacking, that prevents Jira or Confluence pages from being displayed in an iframe inside HTML macro. You can disable clickjacking protection by following Confluence page does not display in an iframe KB, but we do not recommend it for security reasons.
Alternatively, you can use some third-party plug-ins instead of HTML Macro without compromising security, like this one
See How to put an iFrame into Confluence for more details.
Regards,
Igor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.