Question

I have a Mantis bug tracker installed that we use for all of our products. One product goes through a rapid development cycle and each new build gets a new version number (the build number is incremented). Since our QA has to report all bugs they found for the build that introduced the bug, we also have to add a new version number to Mantis every time a new build is made. Because of this, the list of version numbers under Manage->Manage Projects->Project name is now very long.

I just tried to delete one of the very old version numbers but that removes that number from all issues that referred to it. (Makes sense from a DB design point-of-view.)

Is there a way to shorten the version list without affecting the issues? The very old version number we have will never be used again but I want the old issues intact. I did a bunch of Google searches but I keep getting flooded with unrelated results.

Was it helpful?

Solution

If I understand you properly, what you'd like is a way to filter the versions displayed in the Manage Projects page.

This cannot be done in current version of MantisBT (1.2.14), and would require a change in the code. I suggest you open a feature request on our tracker. If you end up implementing the feature, then submit it as a pull request on our Github repository.

OTHER TIPS

Did you try to set the obsolete attribute of version ?
As said in the admin guide :

Each project can have several versions, which are marked with attributes like released and obsolete.

and :

Once a version is marked as obsolete, it is now longer included in the change log.

See also these issues :

  1. Obsolete versions not selectable as filter in `View Issues'
  2. Versions marked as obsolete appear on change log page
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top