How to add images~

Hi,

I am making excellent use of Eazybi to display Jira data.
However, I would like to add reference images for the data around the gadgets on the dashboard.
I have not been able to find a way to do this.
I would like to inquire if there is a method to incorporate image files.
If image files are not possible, is there a way to insert formula data?
I would like to add it in the best possible format. Are there any supported formats such as HTML, CSS, Flex fractions, Sup/Sun, MathML, SVG, etc.?

“Processing Rate (%) = C Processing / (A Processing + B Processing) “

Hi @sso,

There are a couple of options for adding images and formatted content to your dashboards.

You can display images in report or dashboard descriptions using Markdown syntax. You can see an example in our demo dashboard: https://eazybi.com/accounts/1000/dashboards/49242-customized-charts

  • Self-hosted (Private eazyBI): Save your image to JIRA_HOME/data/eazybi/custom/images/ on the server, then reference it in a description like this:
![Image](/plugins/servlet/eazybi/custom/images/IMAGE_NAME.png)

See more in our documentation here: https://docs.eazybi.com/eazybi/set-up-and-administer/customization/user-interface-customization#Userinterfacecustomization-Images

  • Cloud/Jira app: You can reference any publicly accessible image via URL in Markdown descriptions, you just need to Copy Image Address and then paste it into the following formula:
![Title](https://YOUR_IMAGE_ADDRESS.svg)

Uploading custom image files directly to the server is not available for cloud versions.

For displaying reference formulas like Processing Rate (%) = C Processing / (A Processing + B Processing) alongside your data, you can use calculated measures with the following formatting options:

  • Markdown – for basic formatting (bold, italic, links)

  • HTML – for more advanced formatting, including embedded images via <img> tags and styled text

For community examples of Markdown and HTML measure formatting, check out this thread:
https://community.eazybi.com/t/measure-formatting-markdown-and-custom/5157

I hope this helps!

Best,
Marita from support@eazybi.com