Embed link in email notification

How would I include a link to a newly created ticket in the email text
that is sent to requestors?

thanks,

Charlie Farinella
Appropriate Solutions, Inc.
603.924.6079

I just added this to mine.

In the Global Autoreply template, I added:

You can check the current status and history of the request at:

{RT->Config->Get(‘WebURL’)}Ticket/Display.html?id={$Ticket->id}

To the end before the “thank you”.

-Mark-----Original Message-----
From: rt-users-bounces@lists.bestpractical.com
[mailto:rt-users-bounces@lists.bestpractical.com] On Behalf Of charlie
Sent: Friday, September 03, 2010 2:11 PM
To: rt-users@lists.bestpractical.com
Subject: [rt-users] embed link in email notification

How would I include a link to a newly created ticket in the email text
that is sent to requestors?

thanks,

Charlie Farinella
Appropriate Solutions, Inc.
603.924.6079

RT Training in Washington DC, USA on Oct 25 & 26 2010
Last one this year – Learn how to get the most out of RT!

CONFIDENTIALITY NOTICE: The information contained in this email message, including any attachments, may be
privileged, confidential and otherwise protected from disclosure. If the reader of this message is not the
intended recipient, you are hereby notified that any use, dissemination, distribution or copying of this
message, including any attachments, is strictly prohibited. If you have received this email message in
error, please notify the sender by reply email and delete/destroy the email message, including attachments,
and any copies thereof. Although we have taken precautions to minimize the risk of transmitting viruses via
email and attachments thereto, we do not guarantee that either is virus-free, and we accept no liability for
any damages sustained as a result of any such viruses.

How would I include a link to a newly created ticket in the email text
that is sent to requestors?

Add something like this:

<URL: {RT->Config->Get(‘WebURL’)}Ticket/Display.html?id={$Ticket->id}>

in Configuration->Global->Template->Autoreply

How would I include a link to a newly created ticket in the email text
that is sent to requestors?

Add something like this:

<URL: {RT->Config->Get(‘WebURL’)}Ticket/Display.html?id={$Ticket->id}>

in Configuration->Global->Template->Autoreply

You can tell I’m new. :slight_smile:

Thanks to all, this is just what I was looking for.

Charlie Farinella
Appropriate Solutions, Inc.
603.924.6079