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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.