<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Michael,<br>
<br>
<br>
    You will need to go to $RTHOME/etc and change the RT_SiteConfig.pm
file. this is what WE have set:<br>
<p class="MsoNormal"><b style="">@ActiveStatus = ('new',
'open', 'QA testing', 'stalled') unless @ActiveStatus;<o:p></o:p></b></p>
   We are on 3.6.4 so if the directory sequences have changed for later
versions, what I say here will also need to be changed accordingly. If
you want any new status to also show in the queries "MySupportQueues"
and "QuickSearch", the you have to add the new status values in these
modules at $RTHOME/local/html/Elements (for both "MySupportQueues" and
"QuickSearch"). We did ours this way:<br>
<br>
“MySupportQueues” – replacement code of line #52:<o:p><br>
<br>
</o:p># LBNL replacement code
<span style=""> </span>===============<o:p></o:p><br>
conditions => [ {cond => "Status
= 'new'",<span style="">  </span>name => loc
('new')<span style="">  </span>},<o:p></o:p><span style=""><br>
                          </span>{cond => "Status =
'open'",<span style="">  </span>name => loc
('open')<span style="">  </span>},<span style=""></span><span style=""><br>
                          </span><span style=""></span>{cond =>
"Status = 'QA testing’”,<span style="">  </span>name => loc ('QA
testing')<span style="">  </span>},<o:p></o:p><span style=""><br>
                          </span>{cond => "Status =
'stalled'", name => loc ('stalled') }] &><o:p></o:p><o:p><br>
</o:p># end of LBNL replacement code<br>
<br>
<br>
“Quicksearch” – Replacement code for line #54:<o:p><br>
</o:p># LBNL replacement code
===============<br>
conditions
=> [ {cond => "Status = 'new'",<span style=""> 
</span>name => loc ('new')<span style="">  </span>},<o:p></o:p><span
 style=""><br>
                          </span>{cond => "Status =
'open'", name => loc ('open') },<o:p></o:p><span style=""><br>
                          </span><span style=""></span>{cond =>
"Status = 'QA testing'",
name => loc ('QA testing') },<o:p></o:p><span style=""><br>
                          </span>{cond => "Status =
'stalled'", name => loc ('stalled') }] &><o:p></o:p><br>
# end of LBNL replacement code<br>
<br>
    If you don't have these modules in /local/ you will need to copy
them over from /share/. That should do it. Good luck!<br>
<br>
Kenn<br>
LBNL<br>
<br>
On 6/5/2009 8:15 AM, Michael Mai wrote:
<blockquote
 cite="mid:B3929FA27B4D424188C5EC348F7FC92A91796BC9A4@EXCHANGE01.ad.oicr.on.ca"
 type="cite">
  <pre wrap="">Hi, 

I need to modify and /or add new entries to the Status field in a ticket. Where can I make these changes?

Cheers,

MM
_______________________________________________
<a class="moz-txt-link-freetext" href="http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users">http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users</a>

Community help: <a class="moz-txt-link-freetext" href="http://wiki.bestpractical.com">http://wiki.bestpractical.com</a>
Commercial support: <a class="moz-txt-link-abbreviated" href="mailto:sales@bestpractical.com">sales@bestpractical.com</a>


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at <a class="moz-txt-link-freetext" href="http://rtbook.bestpractical.com">http://rtbook.bestpractical.com</a>

  </pre>
</blockquote>
</body>
</html>