Documentation

From Request Tracker Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This page describes how to do various tasks. These are mainly articles that were written by the RT community.

If you haven't installed RT then you should read InstallationGuides. You may also want to see the wiki pages FAQ and UserManual

Configuration

  • SiteConfig - All about configuring RT using RT_SiteConfig.pm file.

Email Interface

This section is about MTAs and handling of incoming and transferring outgoing emails. See also section about scrips below to get ideas how to configure notifications and its content.

EmailInterface - all things about handling emails in one place

Web User Interface

Service tasks and RT system maintenance

See also EmailInterface and configuration section above

RT for Bug tracking

Scrips

Everything related to Scrips, ScripActions, ScripConditions and Templates. See also "Customization & Internals" below.

Migrate

RT database

Customization & Internals

Other

  • AccentBug - How to work around UTF/accent bug if using Perl < 5.8.3
  • CliBasics - A basic example on writing a CLI program to add tickets with custom fields.
  • CompilingPerl