rt-repeat-ticket
Repeat tickets in Request Tracker 4 based on schedule
Install
- All systems
-
curl cmd.cat/rt-repeat-ticket.sh
- Debian
-
apt-get install rt4-extension-repeatticket
- Ubuntu
-
apt-get install rt4-extension-repeatticket
- Kali Linux
-
apt-get install rt4-extension-repeatticket
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install rt4-extension-repeatticket
- Raspbian
-
apt-get install rt4-extension-repeatticket
- Dockerfile
- dockerfile.run/rt-repeat-ticket
rt4-extension-repeatticket
Repeat tickets in Request Tracker 4 based on schedule
The RepeatTicket extension for the Request Tracker trouble-ticket tracking system allows you to set up recurring tickets so new tickets are automatically created based on a schedule. The new tickets are populated with the subject and initial content of the original ticket in the recurrence. After you activate the plugin by adding it to your RT_SiteConfig.pm file, all tickets will have a Recurrence tab on the create and edit pages. To set up a repeating ticket, click the checkbox to "Enable Recurrence" and fill out the schedule for the new tickets. New tickets are created when you initially save the recurrence, if new tickets are needed, and when your daily cron job runs the rt-repeat-ticket script.