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?
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>
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!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Great!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Elana, are you trying to add this to the jira announcement banner or to the portal announcement banner ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.