Moritz suggested that we purge old RT tickets from time to time to avoid sitting on lots of personal data, email addresses, and so on. I would imagine that this is easy to do with a cron on the same server and poking at the DB a bit. Thoughts?
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items
...
Show closed items
Linked items
0
Link issues together to show that they're related.
Learn more.
RT seems to come with a command line utility/lib called RTx-Shredder to purge tickets from the database. The example does not show how to apply a time limitation ("old" tickets), and from the documentation it is not clear whether there is an option to do so. One would have to run it to see which plugins it lists and what they offer.
Would something like
rt-shredder --plugin "Tickets=query,(Status = 'resolve' OR Status = 'rejected') AND LastUpdated < '90 days ago'"
be what you want?
We shouldn't purge tickets until we have finalized the work and summary data for the projects. This also purges past history of work performed and provides a trail of who does what.