I displayed Trigger ID as a Reference Ticket Number on my Survey Invite Notification. How can I add hyperlink, so that clicking on ticket number should open the actual ticket in ServiceNow..

Community Alums
Not applicable

I displayed Trigger ID as a Reference Ticket Number on my Survey Invite Notification. How can I add hyperlink, so that clicking on ticket number should open the actual ticket in ServiceNow. Please see screenshot for more info.

SurveyNotification.png

1 ACCEPTED SOLUTION

Hi Vinit,



You can use 'trigger_id' field to get the details of the incident.



${trigger_id.URI_REF} -- To include the hyperlink of the corresponding incident.



Hope this should work.


View solution in original post

5 REPLIES 5

Thang Hoang
Tera Contributor

ThangHoang_0-1719376588500.png

How we can change the word "LINK" to Number Incident. Thank you