<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>Re: [rt-users] Display the name of the Requestor in the Reply/Comment composition screen somehow?</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Rainer,<BR>
The requestor shows up on the Reply screen at the bottom (this message will be sent to). I know it doesn't show up on the comments screen, but if they're commenting in the ticket, which never makes it to the requestor do they 'need' to know the requestor's name?  :)<BR>
<BR>
Just a thought.<BR>
<BR>
----- Original Message -----<BR>
From: rt-users-bounces@lists.bestpractical.com <rt-users-bounces@lists.bestpractical.com><BR>
To: Toby Darling <darling@ccdc.cam.ac.uk><BR>
Cc: RT Users <rt-users@lists.bestpractical.com><BR>
Sent: Thu Oct 23 02:37:39 2008<BR>
Subject: Re: [rt-users] Display the name of the Requestor in the Reply/Comment composition screen somehow?<BR>
<BR>
Toby Darling schrieb:<BR>
> Hi Rainer<BR>
><BR>
>  <BR>
>> one thing that new users esp. seem to be missing is the possibility to<BR>
>> display the name of the requestor on the screen where you compose the mail.<BR>
>> Sometimes, our staff creates tickets on customer's behalf, sometimes not.<BR>
>> So, you've got to watch when you type a "reply" and when it's just a<BR>
>> "comment".<BR>
>>    <BR>
><BR>
> I don't know which version of RT you're using, but with 3.6.1 I've done<BR>
> this. Using your local copy of .../html/Ticket/Update.html add<BR>
><BR>
>   %# If we're replying, show who the requestors are.<BR>
>   % if ( ! $ARGS{'UpdateType'} && $ResponseDefault ) {<BR>
>       <b><% $TicketObj->RequestorAddresses() %></b><BR>
>   % }<BR>
><BR>
> after the '</select>' of the $CanComment/$CanRespond block.<BR>
><BR>
> There's a drawback - it's not dynamic, if they change the Reply type to<BR>
> Correspond, the requestors are still listed, and if they start as<BR>
> Comment and change it to Reply, they're not listed.<BR>
>  <BR>
<BR>
OK, thanks a lot.<BR>
I use 3.8.1 and will look into how this can be applied to it.<BR>
The helpdesk came-up with another ticketing-system ("Support Trio"),<BR>
which barely passes as "useful" next to RT3 - but that is its only<BR>
notable feature.<BR>
It displays the name of the requestor in the top right corner of the<BR>
reply/comment page...<BR>
<BR>
<BR>
Cheers,<BR>
Rainer<BR>
_______________________________________________<BR>
<A HREF="http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users">http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users</A><BR>
<BR>
Community help: <A HREF="http://wiki.bestpractical.com">http://wiki.bestpractical.com</A><BR>
Commercial support: sales@bestpractical.com<BR>
<BR>
<BR>
Discover RT's hidden secrets with RT Essentials from O'Reilly Media.<BR>
Buy a copy at <A HREF="http://rtbook.bestpractical.com">http://rtbook.bestpractical.com</A><BR>
</FONT>
</P>

</BODY>
</HTML>