<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Dear Alex, Dear List,</div><div>thanks for your quick response. I should add that I'm using RT-3.8.1 on FreeBSD6.3/amd64 (which I forgot in my first mail).</div><div><br></div><div>I did the following (which didn't quite help me):</div><div><br></div><div>mkdir -p Callbacks/MyCallbacks/Ticket/Elements/ShowHistory in my <rt-root>/local/html/Ticket directory. The whole directory "Callbacks" hadn't existed beforehand.</div><div>Into the file "SkipTransaction" I dumped the following:</div><div><br></div><div><div><%init></div><div>  $$skip = 1 if (($_SkipSystemMessages) && ($Transaction->Creator eq 1));</div><div></%init></div><div><%args></div><div>$Transaction => undef</div><div>$skip => undef</div><div>$_SkipSystemMessages => undef</div><div></%args></div><div><br></div><div>Then in my "Display.html" I changed this block</div></div><div><br></div><div><br></div><div><div><& /Ticket/Elements/ShowHistory ,</div><div>     Ticket => $TicketObj,</div><div>     Tickets => $Tickets,</div><div>     Collapsed => $ARGS{'Collapsed'},</div><div>     ShowHeaders => $ARGS{'ShowHeaders'},</div><div>     Attachments => $attachments,</div><div>     AttachmentContent => $attachment_content,</div><div>     _SkipSystemMessages => !0        <----- that's what I added</div><div>     &></div><div><br></div><div>I must confess I don't have a clue what this code is doing I'm not a programmer. The only thing I know: my ticket history is still being messed up with priority-change entries.</div><div><br></div><div>I'm wondering if I could fix my problem by simply denying any existing rights for the user doing the cron job. Of course the Right "ModifyTicket" is needed but maybe there's some right for tracing changes in the history ?</div><div><br></div><div>best regards,</div><div>Bernd</div><div><br></div></div><div><br></div><br><div><div>On 9 Oct 2008, at 11:29, Alex Young wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>I set RT to hide some of the history using this:<br><a href="http://wiki.bestpractical.com/view/HideTransactions">http://wiki.bestpractical.com/view/HideTransactions</a><br><br>All I have done is set it to hide the history of the RT_System user and<br>the user I have setup to escalate the tickets. You can still see their<br>entries on the history page, just not in anoy of the other pages.<br><br><br>-----Original Message-----<br>From: rt-users-bounces@lists.bestpractical.com<br>[mailto:rt-users-bounces@lists.bestpractical.com] On Behalf Of Bernd<br>Kuhlen -WetterOnline-<br>Sent: 09 October 2008 10:21<br>To: rt-users@lists.bestpractical.com<br>Subject: [rt-users] Action::EscalatePriority messing up my ticket<br>history<br><br>Hi everyone,<br><br>I've set up my rt-crontool like this:<br><br>0 1 * * * /usr/local/bin/rt-crontool --search RT::Search::FromSQL -- <br>search-arg "(Status='new' OR Status='open' OR Status = 'stalled')" -- <br>action RT::Action::EscalatePriority >/dev/null 2>/dev/null<br><br>and it's working fine. But I don't want it to mess up my ticket  <br>history. I have tickets starting with a priority of 0 and ending with  <br>100 in some weeks time and every night I get a new entry saying that  <br>the ticket priority has changed. These entry are informative if the  <br>priority has been manually changed but not if they just trace the  <br>linear priority escalation done by a cronjob. So after a couple of  <br>weeks I have numerous lines with a "ticket-priority changed" entry.  <br>That's not nice.<br><br>I'm new to RT and couldn't find anything about this matter by google  <br>or in any wiki.<br><br>best regards,<br>Bernd<br><br>_______________________________________________<br>http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users<br><br>Community help: http://wiki.bestpractical.com<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 http://rtbook.bestpractical.com<br><br></div></blockquote></div><br><div> <span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Mit freundlichen Grüßen<br>Best Regards<br><br>Bernd Kuhlen<br>Diplom-Meteorologe<br>Diplom-Informatiker (FH)<br>Leitung Systemadministration<br>_______________________________________<br><br>WetterOnline<br>Meteorologische Dienstleistungen GmbH<br>Am Rheindorfer Ufer 2<br>D-53117 Bonn<br>Amtsgericht Bonn | HRB Nummer 008664<br>Geschäftsführer: Dr. Joachim Klaßen<br>Fon:   +49 (0) 228 55937-73<br>Fax:   +49 (0) 228 55937-80<br>Mobil: +49 (0) 177 8214319<br>E-Mail: <a href="mailto:bernd.kuhlen@wetteronline.de">bernd.kuhlen@wetteronline.de</a><br>Web: <a href="http://www.wetteronline-gmbh.de/">http://www.wetteronline-gmbh.de</a><br>_______________________________________</div></div></span> </div><br></body></html>