Any of the Macros that we use return blank pages or Could not retrieve - Page not permitted.
The ultimate goal is to have our Jira instance reports embedded in Confluence. We have confirmed that there are application links between both apps using Oauth with impersonation. We have also tried just Oauth.Confluence Server 5.10.2 (We are upgrading soon, but hoping to resolve this prior to upgrade)
Are you trying to iframe it? If so you may need to allow iframing. You would need to add to the setenv.bat (Windows) or setenv.sh (Linux) the following ...
setenv.bat
set JVM_SUPPORT_RECOMMENDED_ARGS=-Dcom.atlassian.jira.clickjacking.protection.disabled=true
setenv.sh
JVM_SUPPORT_RECOMMENDED_ARGS="-Dcom.atlassian.jira.clickjacking.protection.disabled=true"
Another idea to check into though is if you have an application link set up between Jira and Confluence you can display Jira dashboard gadgets in Confluence. The below link is how to set that up.
https://confluence.atlassian.com/doc/registering-external-gadgets-204050482.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.