We used to be able to provide dynamic content from Jira to Confluence and now after our recent upgrade, this is no longer possible. Our tools team provided us with the following link - https://confluence.atlassian.com/confkb/confluence-page-does-not-display-in-an-iframe-827335781.html
Without compromising all our sites by disabling clickjacking, how is this possible to allow?
Hi Richard,
The link that you're provided, is so pages in Confluence can be displayed in iframes elsewhere. What you're looking for is how to display a Jira page in Confluence. So we need to turn off the clickjacking headers in Jira.
You can do this in Jira with this document
https://confluence.atlassian.com/jirakb/security-headers-in-jira-939919914.html
So you can exclude some paths. But there's no way to specifically to turn it off when included in a Confluence page.
There are already a good number of macros in Confluence for displaying Jira content with Application links and gadgets, so I'm wondering what do you need to display in Confluence that can't be done with a gadget?
Do you have an example?
Thanks, James
Currently we are pulling dashboard info along with Portfolio Iframes: Below are some examples. I am hoping our IT group will take the approach recommended by your KB link....
Portfolio:
<iframe src='https://jira.nordstrom.net/secure/PortfolioReportView.jspa?r=sY2Dr&t&e' width=98% height='400' style='border : 2px solid #ccc;'></iframe>
<iframe src='https://jira.nordstrom.net/secure/PortfolioSharedReportView.jspa?r=FuoXR&t&e' width=98% height='400' style='border : 2px solid #ccc;'></iframe>
Wallboards:
<iframe src='https://jira.nordstrom.net/plugins/servlet/Wallboard/?dashboardId=43127' width=30% height='250' style='border : 1px solid #ccc;'></iframe>
<iframe src='https://jira.nordstrom.net/plugins/servlet/Wallboard/?dashboardId=43901' width=30% height='250' style='border : 1px solid #ccc;'></iframe>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Richard,
So, yeah, you'll need to look at the headers coming from jira.nordstrom.net as that's where the X-Frame-Options: SAMEORIGIN, etc. are coming from. This is a browser security feature, so I wouldn't recommend turning it off in the browser (if it's possible, because I'm not sure if it is)
Regards, James
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.