E-mail Notification link to Incident

ljschwaberow
Giga Expert

I am creating a notification within a SLA workflow to notify the assignee and assignee's manager when the SLA reaches a certain percentage. I want to include a link to the incident that is being referenced in the e-mail but the way I usually include a link, ${URL}, seems to be referencing the SLA Task for that priority instead of the incident. I am not familiar with scripting, so does someone have a way to include a link to the incident in an e-mail notification that is referencing the Task and SLA variables?

1 ACCEPTED SOLUTION

eican
Kilo Guru

It is as simple as dot-walking: ${task.URL} or ${task.URI_REF} (then it will not say "LINK" but the ticket number)


View solution in original post

10 REPLIES 10

Just use ${URI_REF}



That's what worked for me in the Workflow Notification activity.



find_real_file.png