How should the Version field be used in Trac?

Posted by Eric on Stack Overflow See other posts from Stack Overflow or by Eric
Published on 2010-04-09T03:13:46Z Indexed on 2010/04/09 3:23 UTC
Read the original article Hit count: 274

Filed under:
|

I use Trac to track bugs, and future changes in my software projects. Tickets in Trac have a "Version" field and I'm trying to figure out the best way to use this field.

Say I find a series of bugs in version 1.0 of my software. I create tickets in track for each and assign them to version 1.0. Now say I fix some of the bugs, and add some of the new features and release version 1.1. But some of the old 1.0 bugs are still in 1.1. Should I change their corresponding tickets to version 1.1 because they also now exist in 1.1? Or should I leave them set to version 1.0 as a way of tracking what version the bug was found in, and just assume that any open tickets in older versions still exist in newer versions?

© Stack Overflow or respective owner

Related posts about trac

Related posts about best-practices