You're not currently signed in. Sign in.

Contains info about software that third parties have contributed to RT. If you know of a contribution or enhancement that is not in this list, please add it here.

You may also want to check the Documentation page because many articles there describe how to add features that RT does not have by default.

[ScripCondition]s

Custom scrip conditions. Doesn't matter if it's module or text to fill into "user defined condition" block in the WebUI, all live here. Please, start wiki page names with "On" prefix.

[ScripAction]s

Nice custom scrip actions that makes your life easier.

[Template] parts

Code that you can put into your mail Templates, Template page has also some code snippets.

Packages

Extension packages that has own installer, configuration tools and so on. These extensions wouldn't be part of the RT core package. List has been moved to Extensions.

Callbacks

  • CreateChildTicket - Add a button to the Ticket display to create a child ticket in another queue
  • HideTransactions - hide messages from a history view
  • CASIntegration - Authentication users using JA-SIG's central authentication service.
  • ModifyQuery - Defaults Simple search to look for New, Open, Stalled tickets

Extensions

Patches, overlays, Mason components and so on. Mainly this is code bits that can't be included into mainline, but also number of the bits so small and is not enough for standalone package, may be other reasons:

External utils

Various external utilities that don't require install process

  • backupRT - Run a quick backup of RT files (Debian)
  • backupRTDB - RT Database Backup Script (Debian)
  • CleanupSessions - Clean up old database sessions
  • DueDateRemindersByEmail - A script (to be run daily) that sends email notifications for expired tickets to owners and Queues/Tickets AdminCC
  • F2Wcvs-to-rt - Tool to help converting from the F2W helpdesk system to RT
  • graph-mason-deps uses GraphViz to create a graph of which components call each other
  • html2mime - small perl script used to create a text/plain part from 100% html messages
  • Mbox2Rt - import a unix-style mailbox into RT
  • rt-adduser (docs) - command line tool to add RT users.
  • rt-batch-add-users - command line tool to add a batch of RT users based on data of a csv file.
  • [rt-batch-stats RT3BatchStats] - Command Line or batch statistics.
  • rt-class-map-1.3-pl - Show methods available to specific RT objects.
  • rt-cvsgate (docs) - cvs integration for request tracker.
  • rt-escalate (ConfigureEscalation) - stick this in your crontab to escalate priority on tickets automatically
  • rt-on-pg-to-mysql - Convert your rt database from postgres to mysql.
  • rt-queues Shellscript called from procmail to sort E-Mails to the correct queue. Parses incoming mails and based on addresses in To: and CC: fields automatically sorts mails to the correct queue. This makes changing your MTA configuration for every new queue obsolete.
  • rt-remind - Stick this in your crontab to send out reminders about open tickets.
  • rtReminderMails - Cronscript that sends mails about reminders that are due in the next two days to the ticket and reminder owners.
  • RT.bm is a plugin for mozbot that allows some minimal querying of RT tickets from an IRC session.
  • Bot::BasicBot::Pluggable::Module::RT - an IRC Bot module that allows full querying of RT tickets from an IRC session. It can do as much as RT::Client::REST can.
  • RTLogins - simple php script that creates a login report ("Who's using RT?")
  • SearchRTFromFirefox - Add a custom search engine for your RT system to the Firefox Navigation toolbar.
  • statdump/statcron - script and cronjob to generate RT management reports.
  • RtBounceHandler - scan bounce email for ticket details, then post essense of bounce info to that ticket.
  • RtTalkToSelf - a mail filter script that allows a single RT instance to have one ticket as the "external requestor" of another.
  • AutomaticTextareaAutosave - Firefox + Windows only
  • PopUpAlert - Send Reply instead of Comment

Database Queries

Other