Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Adding an image to Announcement message

Kim Brolet November 18, 2019

Are you able to add an image into the Announcement message?

1 answer

0 votes
Jaron Stevenson
Contributor
November 18, 2019

Hi Kim!

You can include html in the Announcement banner, so you could do something like the following with img tags:

<html>
<head>
<title>HTML img Tag</title>
</head>

<body>
<img src="/images/jira-software.png" alt="Jira Logo">
</body>
/html>

 On my instance, this inserts the Jira logo we are using in the banner, but you can put any URL (full path or relative if the image is in your instance somewhere) for the src parameter. 

Refer to this helpful article for other options you have with the img tags: https://www.w3schools.com/html/html_images.asp 

Mithil October 30, 2020

Hi Jaron, I have tried this but not working just displaying the HTML code on banner.

Like # people like this
Kim Brolet October 30, 2020

That didn't work, I also just see the HTML displayed

Michel Azzam December 8, 2020

I believe to make it work, we should add the image the same location where Jira is running. But the question is how do we access this image from Jira Announcement Message

Suggest an answer

Log in or Sign up to answer