How to incorporate the Reports in Confluence using the Reports and Timesheets for Jira App
This article provides a step-by-step guide on incorporating the Reports and Timesheets for Jira reports in Confluence.
Instructions
To incorporate a report in Confluence, you need to find the report id by visiting the URL of the saved report. The report id is visible there.
Access the Appfire API Endpoint section to obtain the endpoint of the report, which will be utilized to embed reports into Confluence.
Incorporating the report ID into the Appfire Endpoint results in the transformation of the Endpoint to this.
https://bi-reports.appfire.app/aio-app/rest-api/report/export?token=YmMzMjJjOGQtMzQ5MC00NTYxLWJiZDYtOTNhN2UwYzgxZGY3&ID=ReportId=352035&format=html
Â
Proceed to the Confluence server and activate the Confluence HTML macro by accessing the following link. How to put an iFrame into Confluence | Confluence | Atlassian Documentation.
Once the HTML macro has been enabled, create a Confluence page and embed the HTML macro within it.
Â
Utilize the <iframe> tag to display content from reports within Confluence.
<iframe src="https://bi-reports.appfire.app/aio-app/rest-api/report/export?token=YmMzMjJjOGQtMzQ5MC00NTYxLWJiZDYtOTNhN2UwYzgxZGY3&ID=352035&format=html" noborder="0" width="830" height="800" scrolling="yes" seamless></iframe>
Â
Proceed with publishing the page to verify the outcome.
Integrating the Reports into Confluence is only feasible on the Atlassian Data Center Platform.
Â