Skip to main content
Skip table of contents

Include an image

In order to insert an image to your dashboard, first you need a URL to the image you would like to include. If you would like to know how to generate URL for an image uploaded to the Jira Cloud, see the specific instructions in the bottom of this page.

Include an image in your dashboard

  1. Create a new Custom Content gadget or edit an existing Custom Content gadget in your dashboard. Choose “Image” as content type and insert a URL to the image you would like to include.

    Screenshot from 2024-04-15 14-29-49.png

  1. Click “Save” to publish the Custom Content gadget.

    Screenshot from 2024-04-15 14-30-02.png
  1. Congratulations! 🎉 You have successfully included an image.

Generate URL of an image uploaded to Jira Cloud

If you upload an image as an attachment in Jira and click to view it in a web browser, you will find the URL to be a blob URL, i.e. starting with blob:https://.... These cannot be used to view the image through Custom Content, so follow the instructions to find the non-blob URL for the image to use in Custom Content.

  1. Determine the issue key to which the image is uploaded as an attachment.

  2. Get the attachment id for the image by running the following rest call:
    <your_jira_base_url/rest/api/2/issue/<issue_key>?fields=attachment

  3. You can now access the image through the URL:
    <your_jira_base_url>/secure/attachment/<attachment_id>/<attachment_file_name>

  4. Add this URL to Custom Content, and make sure to resize it to fit the image to avoid distortion.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.