Skip to end of banner
Go to start of banner

How to incorporate the ART reports in Confluence.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Current »

This article provides a step-by-step guide on incorporating the Reports and Timesheets for Jira reports in Confluence.

Instructions

  1. 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.

    image-20240321-062242.png

  2. Access the Appfire API Endpoint section to obtain the endpoint of the report, which will be utilized to embed reports into Confluence.

  3. 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
  4. Proceed to the Confluence server and activate the Confluence HTML macro 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.

  5. Once the HTML macro has been enabled, create a Confluence page and embed the HTML macro within it.

  6. 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>
  1. Proceed with publishing the page to verify the outcome.

Integrating the ART reports into Confluence is only feasible on the Atlassian Data Center Platform.

  • No labels