How to embed images into JETI Velocity template

Nancy Blackwell
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 2, 2013

We need to embed images into a JETI template but it doesn't seem to be able to reach out to either the network file location or the JIRA server. Does anyone know how to embed an image and if you do, where do the images need to reside?

1 answer

1 accepted

0 votes
Answer accepted
Tibor Hegyi _META-INF_
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
August 2, 2013

Hi Nancy, how do you want to embed images? As HTML <img> tags? There is not other way. You cannot really embed them but add an <img src="absolute URL to the image" /> tag .

This means, you cannot refer to a file in your network but only to an image that is served by a web server.

E.g. add this to a template: <img src="https://dq1dnt4af4eyy.cloudfront.net/files/icons/14164_scaled.png" /> to have it render the JETI logo as

Suggest an answer

Log in or Sign up to answer