Are you able to add an image into the Announcement message?
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.