- 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
‎06-25-2024 09:37 PM
How we can change the word "LINK" to Number Incident. Thank you