Plugin that allows to purge issues based upon age/status
Version 1.0.0 Copyright 2024 Cas Nuy
This plugin will purge issues in bulk so one does not need to use a tool like phpMyAdmin.
Just define the minimum Status the issues should have and give the date untill when all issues should be purged.
It will take into account the project selction made in Mantis itself.
NB
If you have not selected a specific project, it will review ALL issues.
If you select a project, it will also review the child projects.
Mantis 2.x
Copy the Purger directory into the plugins folder of your installation.
After copying to your webserver:
- Start Mantis as administrator
- Select manage
- Select manage Plugins
- Select Install behind Purger 1.0.0
- Click on the plugin name for further configuration (se below)
- Set access level (default = administrator)
- Set minimum status level (default = Closed)
Released under the GPL v3 license.
Please visit https://github.com/mantisbt-plugins/Purger
Version 1.0.0 31-03-2024 Initial release