View Issue Details

IDProjectCategoryView StatusLast Update
0004732mantisbtbugtrackerpublic2009-01-13 19:47
Reporterstriker69 Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status newResolutionopen 
Product Version0.19.0 
Summary0004732: Add build number support per version
Description

One thing that would be really useful for us is to have a build number along with the product version.

So when a bug is fixed, it can be attched to a specific build number in which the bug is fixed. It could also be attached to the 'next build' tag. This tag would be resolved to the real build when a new build is created.

The management could be done in Manage/Project.

What do you think?

TagsNo tags attached.

Activities

striker69

striker69

2004-10-22 08:08

reporter   ~0008139

We created a small system in mantis where you can define the build number with its date. When viewing the change log, all the Resolved issues that were resolved before the label and after the previous one are liste under the label.

Here is an example:

Build no 632.1008

BUGFIXES :
0000727: [Converters] Unhandled exception ...
0000718: [Search Interface] Whatever...
0000617: [Core Libraries] Assertion failed ...

Build no 631.1007

BUGFIXES :
0000610: [Search Interface] No help for ...
0000148: [] control panel > help
ENCHANCEMENTS :
0000694: [Converters] Add the ...

As you can see, we have also splitted the ChangeLog per type (Bugfixes, enhancements, ...)

Just wanted to let you know.

chrisbond

chrisbond

2004-10-22 09:18

reporter   ~0008140

This would be a cool feature - probably the biggest one that our testing team suggests.

striker69

striker69

2004-10-22 09:54

reporter   ~0008141

If you wan the code for the modifications, let me know.

frentmeister

frentmeister

2007-01-02 09:45

reporter   ~0013888

Yes i need this feature!

Can u help me with this code?