Help with scrip's

Hi, RT auto replies to the user when the ticket is created, that’s fine but
what I want to know is that how do I send the same auto reply message that
contains the ticket number to my technician cause the don’t have time to
check RT on a regular basis.
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.716 / Virus Database: 472 - Release Date: 2004/07/05

:slight_smile: >
:slight_smile: >Hi, RT auto replies to the user when the ticket is created,
:slight_smile: >that’s fine but
:slight_smile: >what I want to know is that how do I send the same auto reply
:slight_smile: >message that
:slight_smile: >contains the ticket number to my technician cause the don’t
:slight_smile: >have time to
:slight_smile: >check RT on a regular basis.
:slight_smile: >—
Login as root, go to configuration–>global–>templates–>autoreply
Copy that template by selecting all and copy(or Ctrl+A then Ctrl + C).
don’t submit, instead go to left menu, and click “New template”. Paste
that(what you copied) in the message box, and give the template a name (say
copy2technician) and submit.
The click on scrips(in the left menu bar under Configuration-global), Create
a new scrip that should roughly read like
"On Create ticket send mail to Admin CC with template copy2techician"

And what you’ll be required to do is include him as an admin cc and you’re
done

Wilson

:slight_smile: >
:slight_smile: >:-) >
:slight_smile: >:-) >Hi, RT auto replies to the user when the ticket is created,
:slight_smile: >:-) >that’s fine but
:slight_smile: >:-) >what I want to know is that how do I send the same auto reply
:slight_smile: >:-) >message that
:slight_smile: >:-) >contains the ticket number to my technician cause the don’t
:slight_smile: >:-) >have time to
:slight_smile: >:-) >check RT on a regular basis.
:slight_smile: >:-) >—
:slight_smile: >Login as root, go to configuration–>global–>templates–>autoreply
:slight_smile: >Copy that template by selecting all and copy(or Ctrl+A then Ctrl + C).
:slight_smile: >don’t submit, instead go to left menu, and click “New template”. Paste
:slight_smile: >that(what you copied) in the message box, and give the
:slight_smile: >template a name (say
:slight_smile: >copy2technician) and submit.
:slight_smile: >The click on scrips(in the left menu bar under
:slight_smile: >Configuration-global), Create
:slight_smile: >a new scrip that should roughly read like
:slight_smile: >“On Create ticket send mail to Admin CC with template copy2techician”
:slight_smile: >
:slight_smile: >And what you’ll be required to do is include him as an admin
:slight_smile: >cc and you’re
:slight_smile: >done
:slight_smile: >
I require that you use a new scrip to copy to the techician because he may
not want all the nonsense. So what’s is really required is $Ticketobj->Id.
You can also customize the message in that new template