You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.