add clickable link in work notes for incident record.

Vani14
Tera Contributor

Hi,

When i post link in work notes its showing as a text. can anyone tell me how to write the code for cickable link in work notes.

 

 

 

 

1 ACCEPTED SOLUTION

Vasantharajan N
Giga Sage
Giga Sage

If it's manually added then you need to educate the users about the html tags.

 

If it's going to be through integration then you can simply format the comments same as the sample I've provided.


Thanks & Regards,
Vasanth

View solution in original post

5 REPLIES 5

Vasantharajan N
Giga Sage
Giga Sage

You can use [code] [/code] block to enter html responses in worknotes and comments

 

the below reference will add link to INC0000001. Please replaces the sys_id

[code] <a href="/incident.do?sys_id=<sys_id>">INC0000001</a> [/code]

 

Result

image.png

 


Thanks & Regards,
Vasanth

Hi  @Vasantharajan N ,
i am new to service now did i need to write business rule for this?

Are you manually adding the worknotes/comments OR automatically adding it to the ticket?


Thanks & Regards,
Vasanth

users manually adding the worknotes and we are using integrations also at that time worknotes will update automatically.