The hyperlink in the Announcement banner

Elena Oleksenko March 18, 2019

Hello!

I'm trying to add an announcement banner with a link to a jira task and to a marketplace page. I'm using the below code: 


 <!-- Message Banner -->
<div style="background-color: #bcd8ff; border: 1px solid darkred; margin: 4px; padding: 2px; font-weight: bold; text-align: center;">
Hi All! We're trying to find out the real usage of MyTodos JIRA plugin, to make a decision on continue to use it. If you regularly use this <a "href="https://marketplace.atlassian.com/apps/1213715/todos-for-jira-issues?hosting=server&tab=overview">plugin</a>, please vote on <a "https://tc.wkdest.net/browse/ATL-1529">this task</a> till the end of March 20
</div>

But the links on the banner are not clickable. How to make them clickable, so that users are able to open the needed pages from the banner message? 

3 answers

1 accepted

2 votes
Answer accepted
Gaston Valente
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.
March 18, 2019

Try with:

 

 <!-- Message Banner -->
<div style="background-color: #bcd8ff; border: 1px solid darkred; margin: 4px; padding: 2px; font-weight: bold; text-align: center;">
Hi All! We're trying to find out the real usage of MyTodos JIRA plugin, to make a decision on continue to use it. If you regularly use this <a href="https://marketplace.atlassian.com/apps/1213715/todos-for-jira-issues?hosting=server&tab=overview">plugin</a>, please vote on <a href="https://tc.wkdest.net/browse/ATL-1529">this task</a> till the end of March 20
</div>
Elena Oleksenko March 18, 2019

Hello Gaston, thank you for the reply. I'm trying to add the message to the  jira announcement banner. 
I added your version of the message to the banner and now it works, thank you!

Gaston Valente
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.
March 18, 2019

Great!

0 votes
Admin Mooijman April 19, 2023

I can't manage to get the link clickable either.
It's about the text and link: For Jira updates, visit: https://universiteitleiden.atlassian.net/wiki/spaces/TOP/overview

0 votes
Gaston Valente
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.
March 18, 2019

Elana, are you trying to add this to the jira announcement banner or to the portal announcement banner ?

Suggest an answer

Log in or Sign up to answer