[rt-users] CONTRIB: MyQueues

Jim Meyer purp at wildbrain.com
Thu Feb 7 15:29:54 EST 2002


Howdy!

In line with the MyTickets and MyRequests portions of WebRT, here's a
MyQueues module which displays the 25 highest priority unclaimed (e.g.
owned by Nobody) tickets in all queues that the current user is a
watcher on.

To use this module:

* Copy it into your RT dir under WebRT/html/Elements/MyQueues.pm
* Add it to your WebRT/html/index.html:

  <TD WIDTH=70%>
  <& /Elements/CustomHomepageHeader, %ARGS &>
  <& /Elements/MyTickets &>
  <BR>
+ <& /Elements/MyQueues &>
+ <BR>
  <& /Elements/MyRequests &>
  </TD>
  <TD>

And it should just work. =]

Enjoy!

--j
-- 
Jim Meyer, Geek At Large                              purp at wildbrain.com





More information about the rt-users mailing list