<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2873" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=309083222-10052006><FONT face=Arial size=2>I think this is a 
minor bug:</FONT></SPAN></DIV>
<DIV><SPAN class=309083222-10052006><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=309083222-10052006><FONT face=Arial size=2>/usr/local/rt/bin/rt 
create -t ticket set Queue=queue1 <A 
href="mailto:Requestor=test@shopzilla.com">Requestor=test@shopzilla.com</A> 
Subject=RESTtest1<BR>Argument "new" isn't numeric in sort at 
/usr/local/rt/bin/rt line 1282.</FONT></SPAN></DIV>
<DIV><FONT face=Arial size=2># Ticket 47125 created.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><SPAN class=309083222-10052006><FONT face=Arial size=2>Ticket gets created 
ok but the expand_list routine in the "rt" cli script tries to numerically sort 
ids even when the only id is "new".</FONT></SPAN></DIV>
<DIV><SPAN class=309083222-10052006><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=309083222-10052006><FONT face=Arial size=2>I just put this in 
the subroutine to fix it:</FONT></SPAN></DIV>
<DIV><SPAN class=309083222-10052006><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=309083222-10052006><FONT face=Arial size=2>    
return $list if $list eq "new";</FONT></SPAN></DIV>
<DIV><SPAN class=309083222-10052006><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=309083222-10052006><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV align=left><FONT face=Arial size=2>--</FONT></DIV>
<DIV align=left><FONT face=Arial size=2>Philip Kime</FONT></DIV>
<DIV align=left><FONT face=Arial size=2>NOPS Systems Architect</FONT></DIV>
<DIV align=left><FONT face=Arial size=2>310 401 0407</FONT></DIV>
<DIV> </DIV></BODY></HTML>