<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.6.2">
</HEAD>
<BODY>
Hi Michael,<BR>
<BR>
Thanks for your help. It did work when providing just the ticket number.<BR>
It seems like the regular expression (see code below) is not handling <I><rt-name>#<ticket-number></I> properly.<BR>
<BR>
<B>PullUpdate.html</B><BR>
<I><FONT SIZE="2">54    if ( $line =~ /^\s*RT-Ticket:\s*(\w*?)(?:\#?)(\d*)/ ) {</FONT></I><BR>
<I><FONT SIZE="2">55        next if ($1 && $1 !~ /^$RT::rtname$/i);</FONT></I><BR>
<BR>
Thanks,<BR>
Dário<BR>
<BR>
On Tue, 2006-03-14 at 16:52 -0500, Michael S. Liebman wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">On Tue, Mar 14, 2006 at 06:02:11PM -0300, D?rio Lu?s Coneglian Oliveros wrote:</FONT>
<FONT COLOR="#000000">> I noticed that the piece of code inside the statement if ( $ticket &&</FONT>
<FONT COLOR="#000000">> $ticket->id ) { ... } (line 77) is never executed.</FONT>
<FONT COLOR="#000000">> Please see below some of my settings.</FONT>
<FONT COLOR="#000000">> </FONT>
<FONT COLOR="#000000">> SVN comment</FONT>
<FONT COLOR="#000000">> RT-Ticket: rt#2</FONT>
<FONT COLOR="#000000">> RT-Status: resolved</FONT>
<FONT COLOR="#000000">> RT-Update: comment</FONT>

<FONT COLOR="#000000">It's been a while since I looked at this, but, if I remember</FONT>
<FONT COLOR="#000000">correctly, the <rtname>#<ticketnum> format didn't work. Did you try</FONT>
<FONT COLOR="#000000">just "RT-Ticket: 2"?</FONT>

<FONT COLOR="#000000">Michael</FONT>
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>