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.
Earning the Mindful Member badge proves you know how to lead with kindness, plus it enters you into a giveaway for exclusive Atlassian swag. Take the quiz, grab the badge, and comment on our announcement article to spread the good vibes!
Start here
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.