Re: [rt-users] Create ticket via email fwd

2010-11-03 Thread Dennis
Scott, I am doing this with a template within one of the queues, then I add people to the Notified group: To: { my $GroupObj = RT::Group->new($RT::SystemUser); $GroupObj->LoadUserDefinedGroup('notified'); $GroupObj->MemberEmailAddressesAsString()} Subject: {$Ticket->Subject} Importance: High A

Re: [rt-users] Create ticket via email fwd

2010-11-02 Thread Kenneth Crocker
Scott, You could forward the email to an RT Queue address and set those fields via CommandByMail using cut & paste. Kenn LBNL On Tue, Nov 2, 2010 at 1:21 PM, Scott Benson wrote: > On 11/2/10 1:18 PM, Scott Benson wrote: > >> Is it possible to have a ticket created when I forward a personal emai

Re: [rt-users] Create ticket via email fwd

2010-11-02 Thread Scott Benson
On 11/2/10 1:18 PM, Scott Benson wrote: Is it possible to have a ticket created when I forward a personal email in to RT, but have it search for the "From: Joe Schmoe " Set j...@schmoe.com as the requester, set the subject of the ticket to the original subject w/o the fwd? Also possibly em

[rt-users] Create ticket via email fwd

2010-11-02 Thread Scott Benson
Is it possible to have a ticket created when I forward a personal email in to RT, but have it search for the "From: Joe Schmoe " Set j...@schmoe.com as the requester, set the subject of the ticket to the original subject w/o the fwd? Also possibly email the requester letting them know they

Re: [rt-users] create ticket via email

2010-06-17 Thread Kenneth Crocker
t;> > >> >> I found that when using email to create a ticket, unless it is sent > in > >> >> plain text the CF fields are not parsed correctly. > >> >> > >> >> Hope this helps, Jim > >> >> > >> >> -Orig

Re: [rt-users] create ticket via email

2010-06-17 Thread Kevin Falcone
> >> > > >> > On Tue, Jun 15, 2010 at 2:29 PM, Jim Tambling > >> > wrote: > >> > > >> >> Hi, > >> >> > >> >> I found that when using email to create a ticket, unless it is sent in > >> >> plain text the CF

Re: [rt-users] create ticket via email

2010-06-17 Thread nordik24
t;> > >> >> Hi, >> >> >> >> I found that when using email to create a ticket, unless it is sent in >> >> plain text the CF fields are not parsed correctly. >> >> >> >> Hope this helps, Jim >> >> >> >

Re: [rt-users] create ticket via email

2010-06-16 Thread Kenneth Crocker
tly. > >> > >> Hope this helps, Jim > >> > >> -Original Message- > >> From: rt-users-boun...@lists.bestpractical.com > >> [mailto:rt-users-boun...@lists.bestpractical.com] On Behalf Of nordik24 > >> Sent: 15 June 2010 13:12 > >> To:

Re: [rt-users] create ticket via email

2010-06-16 Thread nordik24
is helps, Jim >> >> -Original Message- >> From: rt-users-boun...@lists.bestpractical.com >> [mailto:rt-users-boun...@lists.bestpractical.com] On Behalf Of nordik24 >> Sent: 15 June 2010 13:12 >> To: rt-users@lists.bestpractical.com >> Subject: [rt-use

Re: [rt-users] create ticket via email

2010-06-15 Thread Kenneth Crocker
t; -Original Message- > From: rt-users-boun...@lists.bestpractical.com > [mailto:rt-users-boun...@lists.bestpractical.com] On Behalf Of nordik24 > Sent: 15 June 2010 13:12 > To: rt-users@lists.bestpractical.com > Subject: [rt-users] create ticket via email > > > &

Re: [rt-users] create ticket via email

2010-06-15 Thread Jim Tambling
Sent: 15 June 2010 13:12 To: rt-users@lists.bestpractical.com Subject: [rt-users] create ticket via email hi im able to create a ticket by sending an email but i dont know how to fill the other fields apart from "Subject". I have 4 custom fields that i want to fill when i send the mail

Re: [rt-users] create ticket via email

2010-06-15 Thread sunnavy
maybe you want to try RT::Extension::CommandByMail, you can find it on cpan On 10-06-15 05:12, nordik24 wrote: > > hi > > im able to create a ticket by sending an email but i dont know how to fill > the other fields apart from "Subject". I have 4 custom fields that i want to > fill when i send t

[rt-users] create ticket via email

2010-06-15 Thread nordik24
hi im able to create a ticket by sending an email but i dont know how to fill the other fields apart from "Subject". I have 4 custom fields that i want to fill when i send the mail i use a php form to send the mails and i tried to put the custom field in the header to see if it works by typing