Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Steps to share Dashboard through Embedded URL

  1. Go to the QMetry Custom Dashboard > My Dashboard > select the dashboard that you would like to share.

  2. Open the Edit Dashboard screen. The screen opens with the three tabs on it: Users, Project/Role and Embedded URL.

  3. Open the Embedded URL tab.

  4. Click Generate to generate the embedded

...

It is to be noted that the URL remains valid and active unless it is regenerated or deleted.

...

You can use the provided Text-Gadget in which you can enter arbitrary HTML. Do ensure that the Text-Gadget is enabled by your JIRA Administrator.

  1. Go to Settings > Add-ons > Manage-Addons > System Add-ons > Expand.

    Image Modified

  2. Search for - “Atlassian Jira - Plugins - Gadgets Plugin”.

  3. Expand the Modules and enable 'Text (text-gadget)'.

    Image Modified

  4. Once the relevant changes are done, go to Jira Dashboard > Create Dashboard > Add gadget (make sure to load all-gadgets).

  5. Search for - “Text” followed by Add gadget.

  6. In the HTML text field, you need to specify the embedded URL (as under “src” tag) with the following format (refer to the attached example).

    • Replace the QMetry Custom Dashboard Embedded URL in the “src” tag (highlighted in the given example).

    • Width of iframe (recommended: 1200)

    • Height of iframe (recommended: 3000)

    • Example :
      <iframe src="https://testmanagement.qmetry.com/#/qmetry-dashboards/A0IqbS1R/embedded?key=6c8ebb03f0e6cac383832e1c34d681af42ea" style="height:3000;width:1200;"></iframe>

  7. Click on Save.

  8. You can see the iframe is added to the page. QMetry report is rendered on the page in read-only mode.

    Image Modified