<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Apr 26, 2013 at 2:57 PM, Marko Cupać <span dir="ltr"><<a href="mailto:marko.cupac@mimar.rs" target="_blank">marko.cupac@mimar.rs</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Is it possible (maybe by help of TransactionBatchStage) to include text<br>
of original request in owner change template, similar to including last<br>
comment on ticket resolve?<br>
<span class="HOEnZb"><font color="#888888"><br></font></span></blockquote><div><br></div><div style>You don't need batch stage for that. You just need first transaction of type Create.</div><div style><br></div><div style>
...</div><div style>my $txns = $ticket->Transactions;</div><div style>$txns->Limit( FIELD => 'Type', VALUE => 'Create' );</div><div style>my $txn = $txns->First;</div><div>...</div><div><br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="HOEnZb"><font color="#888888">
--<br>
Marko Cupać<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>Best regards, Ruslan.
</div></div>