...
To incorporate a report into Confluence, you need to find the report id by visiting the URL of the saved report. The report id will be visible there.
Access the Appfire API Endpoint section to obtain the endpoint of the report, which will be utilized for embedding reports into Confluence.
Incorporating the Reportid into the Appfire Endpoint results in the transformation of the Endpoint to this.
Code Block https://bi-reports.appfire.app/aio-app/rest-api/report/export?token=YmMzMjJjOGQtMzQ5MC00NTYxLWJiZDYtOTNhN2UwYzgxZGY3&ID=ReportId=352035&format=html
Navigate Proceed to the Confluence server and select activate the Confluence HTML macro as specified in the provided code.
Proceed with publishing the page.
Additionally, consider utilizing the iframe macro for embedding it into a Confluence page. by accessing the following link. https://confluence.atlassian.com/confkb/how-to-put-an-iframe-into-confluence-598837531.html#:~:text=for%20more%20information.-,Solution,-Log%20in%20as.
Once the HTML macro has been enabled, proceed to create a Confluence page and then embed the HTML macro within it.
Utilize the <iframe> tag to display content from reports within Confluence.
Code Block <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>
Please proceed with publishing the page to verify the outcome.
Info |
---|