Re: [rt-users] Send email from script

2009-07-22 Thread Potla, Ashish Bassaliel
Here is a sample : Description : On Correspond Condition: On Correspond Action: User Defined Template:Global Template : QCT Transaction Stage: Transaction Batch Custom Action Prep Code: require RT::Action::SendEmail; use strict; use vars qw/@ISA/; @ISA = qw(RT::Action::SendEmail);

Re: [rt-users] Send email from script

2009-07-22 Thread Tariq Doukkali
Hi Ashish, The script is working fine !!! Now I can send messages from a script directly. But I don't know how to modify the subject of the message (email) ?? Many thanks for your help Best regards from Germany, Tariq -Ursprüngliche Nachricht- Von: Potla, Ashish Bassaliel [mailto:c_ap

[rt-users] Wrong SID Picked By RT

2009-07-22 Thread Varun
Hello All I m shifting my RT to oracle 10g and everytime I tried to connect I got following error [Wed Jul 22 19:39:41 2009] [notice] FastCGI: process manager initialized (pid 3599) [Wed Jul 22 19:39:41 2009] [notice] Apache/2.0.53 (Unix) mod_fastcgi/2.4.2 configured -- resuming normal ope

Re: [rt-users] Send email from script

2009-07-22 Thread Potla, Ashish Bassaliel
That should be easy, Inside Set recepients subroutine place something like : $ticket->SetSubject('New Subject'); This is all present in the api. -Ashish From: Tariq Doukkali [tariq.doukk...@autoform.de] Sent: Wednesday, July 22, 2009 1:37 PM To: Potla, A

[rt-users] behavior change after using FCKeditor

2009-07-22 Thread Bjoern Schulz
Hi together, we observed a behavior change in bulk update if using FCKeditor. Problem: Bulk update to take owner ship for several tickets without FCKeditor enabled sends no mail in our environment. That's the behavior we know. Same with FCKeditor enabled sends mail. That's new and unwanted. Do

[rt-users] RT 3.8.4 - How to change the available Status options?

2009-07-22 Thread Mccarthy, Patrick Joseph
I've tried a few different things I've found online to add a status in addition to 'new', 'stalled', etc. One site suggested adding a file rt3/local/lib/RT/Queue_Local.pm to redefine @ACTIVE_STATUS, and another suggested that I modify rt3/lib/RT/Queue_Overlay.pm. Restarting the webserver an

[rt-users] Reassigning tickets as superuser

2009-07-22 Thread Steve Hopps
It seems there is no way to give someone permission to simply reassign a ticket which is already owned. No matter what, you must 'steal' the ticket, then reassign it. >From a manager's perspective this is kind of a pain (I teased my boss "I know it's a whole extra click!"), would it be possible for

Re: [rt-users] RT 3.8.4 - How to change the available Status options?

2009-07-22 Thread Ken Crocker
Patrick, We added "pending QA" and "QA approvd" (you are limited to 10 char), by simply adding them to the setting in RT_SiteConfig.pm in $RTHOME/etc like this: "*...@activestatus = ('new', 'open', 'pending QA', 'QA approvd', 'stalled') unless @ActiveStatus;" *Then, the only other thing yo

Re: [rt-users] RT 3.8.4 - How to change the available Status options?

2009-07-22 Thread Schaffer, Russell
Patrick, I add this line to my RT_SiteConfig file to add a QA status. Set(@ActiveStatus, qw(new open stalled QA) ); Thanks Russell From: rt-users-boun...@lists.bestpractical.com [mailto:rt-users-boun...@lists.bestpractical.com] On Behalf Of Mccarthy, Patrick Joseph Sent: Wednesday, July 22,

Re: [rt-users] behavior change after using FCKeditor

2009-07-22 Thread Kevin Falcone
On Wed, Jul 22, 2009 at 11:35:38AM +0200, Bjoern Schulz wrote: > Hi together, > we observed a behavior change in bulk update if using FCKeditor. > > Problem: > > Bulk update to take owner ship for several tickets without FCKeditor > enabled sends no mail in our environment. That's the behavior w

Re: [rt-users] RT 3.8.2 -> 3.8.4 upgrade issue FCKeditor error

2009-07-22 Thread Sean
Hi, Apologies, yes you are correct, it is 3.8.4 (doh!) I have updated the subject line accordingly. > You don't give an IE version IE 7, also tried Firefox just now, same error. I'll poke around a bit more. --- On Tue, 7/21/09, Kevin Falcone wrote: > From: Kevin Falcone > Subject: Re: [

[rt-users] RT 3.6.6 - Ticket could not be created due to an internal error

2009-07-22 Thread Juan Mas
For some reason, I can no longer create tickets in RT Helpdesk. When I look at the logs I see the message below. Then I see a failed insert into Groups. Does anyone know what this message is and how I can fix? DBD::mysql::st execute failed: The table 'Groups' is full at /usr/lib/perl5/site_per

[rt-users] Docs for mailgate comments?

2009-07-22 Thread Scott T. Hildreth
Can someone please explain or point me to the docs on how the comments work for email. I'm sure it is right under my nose, but all I can find is how to setup the rt-mailgate. Does RT parse the ticket number from the subject? Thanks, Scott ___ http:/

Re: [rt-users] Docs for mailgate comments?

2009-07-22 Thread Jerrad Pierce
On Wed, Jul 22, 2009 at 14:13, Scott T. Hildreth wrote: > Can someone please explain or point me to the docs on how > the comments work for email.  I'm sure it is right under my > nose, but all I can find is how to setup the rt-mailgate. You need a separate email address routing to RT with the --ac

Re: [rt-users] Docs for mailgate comments?

2009-07-22 Thread Scott T. Hildreth
On Wed, 2009-07-22 at 14:54 -0400, Jerrad Pierce wrote: > On Wed, Jul 22, 2009 at 14:13, Scott T. > Hildreth wrote: > > Can someone please explain or point me to the docs on how > > the comments work for email. I'm sure it is right under my > > nose, but all I can find is how to setup the rt-mailg

[rt-users] RT interface for non-privileged users

2009-07-22 Thread testwreq wreq
Hello RT experts: I want to allow our non-privileged users to be able to view their tickets using RT web interface. They do not have a password to the system. What changes should be made to accomplish this? We have new 3.8.4 setup on mysql db. Still trying to figure out a lot of things. Thanks,

[rt-users] Commands by Email

2009-07-22 Thread Rich West
Way back in the day, when I was heavily involved in the development of RT, there was a way to send commands in to RT to set some of the metadata (queue, owner, status, etc). Now that the place I am at is heavily entrenched in to RT 3.8.4 and our separate front-end form submission system is near

Re: [rt-users] Commands by Email

2009-07-22 Thread Ruslan Zakirov
What's so slim in the doc? http://search.cpan.org/~falcone/RT-Extension-CommandByMail-0.07/lib/RT/Extension/CommandByMail.pm http://search.cpan.org/~falcone/RT-Extension-CommandByMail-0.07/lib/RT/Interface/Email/Filter/TakeAction.pm#COMMANDS_commands_below Simple rules: no html, no empty lines, c

Re: [rt-users] Commands by Email

2009-07-22 Thread bouncy...@gmail.com
I also would be interested in knowing what the current state of this is as I want to use th systrm in an entire email read remote fashion -- Sent via Cricket Mobile Email --Original Message-- From: Rich West To: "rt-users@lists.bestpractical.com" Date: Wed, 22 Jul 2009 03:14:49

[rt-users] Styling RT (CSS)

2009-07-22 Thread ravi
Hello all, I am trying to modify the web2 RT UI/interface (I created a new style by copying the relevant files into a new directory). In particular, I want to remove the background colour alternation, and instead replace it with one colour for all the metadata/metainfo, one colour for com

Re: [rt-users] RT 3.6.6 - Ticket could not be created due to an internal error

2009-07-22 Thread Torsten Brumm
Hard Disc full?!? Torsten 2009/7/22 Juan Mas > For some reason, I can no longer create tickets in RT Helpdesk. When > I look at the logs I see the message below. Then I see a failed > insert into Groups. Does anyone know what this message is and how I > can fix? > > > DBD::mysql::st execute

Re: [rt-users] RT interface for non-privileged users

2009-07-22 Thread Torsten Brumm
For unprivileged users rt has a selfservice interface where unprivileged user will be redirected to after login. to create a login (password) for this users, have a look into the wiki and search for autogenerated password or similar, which you can add to the autoreply template. this will sent to ea