Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,644,716
Community Members
 
Community Events
196
Community Groups

Display your text as url (custom info massage on create screen)

There are some custom solutions to add some block of text using sil scripts. (example of massage to add some text)

https://confluence.cprime.io/display/JJUPIN/lfShowFieldMessage

image2016-12-15 12_51_25.png

 

We want to find solution to create similar info block but add there some url to documentation how to create this issue.

Does somebody have found something similar? Or only one solution to add description to some field and customize it with html\css to display as url not as string?

2 comments

Andrew Laden
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.
Jul 31, 2020

You can put CSS/HTML in the field description for the field (that is the gray (helper) text that show up next to or below the field.

You can either edit the default field description under custom fields or you can use a field configuration to change the field description for a particular issue type.project.

For example, I have the following in the a field configuration for a particular project for the priority field to point to a confluence space

High-1, Medium-2, Low-3 <br>
<a href="https://testwiki.company.com/display/public/MYSPACE/Incidents+Guidelines" target="_blank">Priority Details</a>

 Works exactly as expected.

Capture.JPG

Like Erick Johanson likes this

Comment

Log in or Sign up to comment