Slashdot Mirror


Bug Tracking Across Multiple Code Streams?

Eric Lennon Bowman writes "I've been using Bugzilla for a few years, and it has one particular shortcoming that is motivating me to look for alternatives. We very often find that a bug or feature requires changes to be integrated into several code branches, and there just isn't an elegant way (that I can see) to get Bugzilla to do that, short of creating a bunch of bugs, and linking them together as dependents (which is a bit inelegant, and error prone). I'd love the opinions of the Slashdot community on ways to deal with this problem, since it seems pretty widespread: How do you track the same bug across multiple versions of a product?"

2 of 33 comments (clear)

  1. DevTrack by djwavelength · · Score: 4, Informative

    DevTrack allows you to generate multiple sub-issues automatically based on a value of the original issue, such as platform. You end up with several sub-issues to fix/validate the bug on the selected attribute. You can then link these in parent/child relationships. Its not free, but it works well.

  2. newer bugzilla by norwoodites · · Score: 4, Informative

    Use a new bugzilla and the clone feature.
    GCC has no troubles handling this problem.
    For bugs which are only need to be fixed on a release branch, the summary is marked with "[x.x only]" and the target milestone is set.

    This is not rocket science.