Hi All
I can customise the JIRA Introduction message by going into the Administration -> System -> Editing the introduction field.
My requirement is to add a hyperlink to a certain piece of text to the introduction section.
How can i do that?
Rahul
Just add hyperlink as in HTML:
<a href="http://atlassian.com">Atlassian</a>
this works thanks :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You should be able to use a regular HTML link:
<a href="url">link text</a>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This doesn't work in jira SD server. You need to use wiki markup as [your text|<url>]
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.