@rollin
To display a Jira dashboard inside an iframe, follow these steps:
1
|
<iframe src="YOUR_JIRA_DASHBOARD_URL" width="100%" height="600px"></iframe> |
Replace "YOUR_JIRA_DASHBOARD_URL" with the copied URL link from step 4. 7. Save the HTML file and open it in a web browser. You should now see your Jira dashboard displayed inside the iframe. 8. You can adjust the width and height of the iframe to fit your requirements.
Note: Make sure that your Jira dashboard is publicly accessible or that the permissions are set up correctly to allow it to be displayed in the iframe.