- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2017 05:13 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2017 12:06 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2017 07:29 AM
Hi Vinit,
Please use ${URI_REF} in the body of the email . It will add the hyperlink to the corresponding incident.
Hope this might be helpful.
If I have answered your question, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2017 07:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2017 12:06 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2017 01:24 AM
Hi Susi,
You are too good!!!
Thanks a lot. IT worked..