Re: [rt-users] can't change a user's email address

2008-09-29 Thread Gary Wilson Jr.
Gary Wilson Jr. wrote:
 In the user configuration, I'm trying to update a user's email address 
 that has a typo.  I correct the email address and click 'Save Changes', 
 but the email address does not update.  I do, however, get presented a 
 'Results' box that reads:
 
 User sobrien: 0 hours
 
 When I try adding an email address to a user that has no defined email 
 address already, I get the same error.
 
 Anyone know what's going on here?  I've tried changing a few other 
 fields (Real Name, Nickname, etc.) and those update fine.
 
 I'm using RT 3.6.1.

bump.
___
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com


[rt-users] can't change a user's email address

2008-09-17 Thread Gary Wilson Jr.
In the user configuration, I'm trying to update a user's email address 
that has a typo.  I correct the email address and click 'Save Changes', 
but the email address does not update.  I do, however, get presented a 
'Results' box that reads:

User sobrien: 0 hours

When I try adding an email address to a user that has no defined email 
address already, I get the same error.

Anyone know what's going on here?  I've tried changing a few other 
fields (Real Name, Nickname, etc.) and those update fine.

I'm using RT 3.6.1.

Gary
___
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com


[rt-users] sending an email to requestor when request leaves a certain queue

2007-11-26 Thread Gary Wilson Jr.
In my organization we have an L1 queue for level one support.  All 
requests are dumped here first.  If the level one support team cannot 
complete the request, the request is moved to one of several L2 support 
queues.


When a request is moved from the L1 queue to any of the L2 queues, I 
would like for an email to be sent to requestors telling them their 
request has be escalated.


After a little research I found out that On Queue Change scrips only 
run on the queue the request is being moved to and not the queue the 
request is being moved from, which ruled out creating a queue scrip.  So 
I created the following global scrip:


Description: Notify requestor on L2 escalation
Condition: User Defined
Action: Notify Requestors
Template: Global template: L2 Escalation
Stage: TransactionCreate

Custom condition:
if ($self-TransactionObj-Type eq Set
 $self-TransactionObj-Field eq Queue
 $self-TransactionObj-OldValue eq 8)
{return 1;}
else
{return 0;}

Notice that I also created a global template for this scrip to use, 
which looks something like:


Name: L2 Escalation
Description: Email sent to requestors when their issue is escalated to 
L2 support

Content: Your help request has been escalated to the Level 2 support team.

Problem is that no email is sent out when this newly-created template is 
selected.  However, if in the scrip I change the Template to some 
pre-existing template, the global Resolved template for example, then 
the email does get sent.


Anyone know what could be going on here?  Is there a better way?

BTW, we are using version 3.6.1.

Gary
___
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

SAVE THOUSANDS OF DOLLARS ON RT SUPPORT:

If you sign up for a new RT support contract before December 31, we'll take
up to 20 percent off the price. This sale won't last long, so get in touch today. 
   Email us at [EMAIL PROTECTED] or call us at +1 617 812 0745.



Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com