Hi,
I am trying to display a JIRA dashboard in our external angular2 app. The displays custom information that the JIRA does not give you out of box but we also want to use some of the out of box charts and dashboards.
How can I display a jira dashboard/wallboard inside an iFrame or a Div in our app?
I'll really appreciate a meaninful response.
<iframe src="https://ourhost/jira/plugins/servlet/Wallboard/?dashboardId=100000" frameborder="0" allowfullscreen></iframe>
This results in cross origin request error. I have white-listed our site(where the anglular app is running) in the jira administration but I am still not able to make it work. Is this deliberately blocked? What are my alternatives?
regards,
Nas
Maybe a bit too late, or maybe you have already found it, however this is indeed not possible in Cloud and there is the below feature request open for it:
- JRACLOUD-69034: Allow X-Frame options to be altered on JIRA CLOUD
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.