How do I create a URL link in the Additional comments field of Incidents?

tuan11
Tera Contributor

I want to attach the URL to the Additional comments field of Incidents.

But don't use this [code]<a href=""></a>[/code] part.

If anyone has a way, please help me!

4 REPLIES 4

Saurabh Gupta
Kilo Patron
Kilo Patron

Hi,
Without using [code][code], you cannot display the HTML into the readable content so to display link you have to use [code][code].


 

 


Thanks and Regards,

Saurabh Gupta

This is the only way I know how to do this as well, at least until ServiceNow allows the ability to put in comments using a rich text editor. 

Saurabh Gupta
Kilo Patron
Kilo Patron
Dear @tuan11 ,

Please mark the answer as correct and helpful, If I answered your query. It will be helpful for others who are looking for similar questions.




Thanks and Regards,

Saurabh Gupta

Calob G
Tera Contributor

As @Saurabh Gupta   mentioned, without enclosing the hyperlink tags (<a> </a>) in the code tags ([code]...[/code]) you will be unable to successfully cause the link to occur in the additional comments and/or work notes.  One thing to check for is a system property that could impact this.  The property that you would wish to check is as follows: glide.ui.journal.use_html.  If not properly set, it could prevent the desired affect from occurring in the relevant journal field.