Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.23 KB

File metadata and controls

47 lines (30 loc) · 1.23 KB

Purgerplugin for Mantisbt

Plugin that allows to purge issues based upon age/status

Version 1.0.0 Copyright 2024 Cas Nuy

description

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.

Requirements

Mantis 2.x

Installation

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)

Configuration

  • Set access level (default = administrator)
  • Set minimum status level (default = Closed)

License

Released under the GPL v3 license.

Support

Please visit https://github.com/mantisbt-plugins/Purger

Changes

Version 1.0.0 31-03-2024 Initial release