show/hide this revision's text 2 added 564 characters in body

You may not need to be so specific. Things like product product/version/component are really all trying to express where the affected code is likely to be.

In my experience the product/component which exhibits the problem may not actually be the cause of the problem, and you may be wasting time trying to be overly specific. If you can express where the affected code is likely to be in a more concise or simpler way, I'd encourage you to do that.

Here's my list of general things a bugtracker needs to capture. How exactly it captures these things is something you can use to compare products and decide what suits you best:

For each request: (deliberately not calling them features or bugs)

  • Description. Freeform text field but STRONGLY hint that you need these:
    • What they were doing at the time
    • What they expected to happen
    • What actually happened
  • Attachments (images/logfiles are often critical)
  • Assigned To / Created By
  • Status
  • Comments
  • Revision History of all practical fields

Things that are often captured but I'm personally sceptical about:

  • Estimated Time/Time Taken
    • Seems like a nice idea but in my experience these are always either omitted, or incorrect, and end up serving no purpose. If you can stand over your developers with a whip and enforce that they fill in these fields you might see some more use out of them, but I can't see that being good for morale.
  • Forums / Wiki
    • These are great, but they're separate products! What are they doing in your bugtracker!
  • Product Version.
    • This is important, but you may not need it. On a webapp, the users only ever use one version, the latest. On desktop apps, good luck getting users to be aware of your versioning. Even Microsoft can't get people to be aware they're using office 2007 instead of office 97. It's all just "Word" to them.
  • Breakdown into product sub-sections.
    • It's great to be able to produce reports that say "The Business Layer dll has 37% more defects than the integration web-service", but this is really just manager porn and doesn't help anyone get anything done. If a particular sub-section of your product is having issues your developers will tell you about it far sooner and far more accurately than any bug-tracking report.
  • Seperate title field.
    • Having a seperate description/title field seems useful, but it's just more work for users. Just use the first line/x characters of the description if you need a summary. If the request doesn't make sense without a proper summary just edit it and put the summary as the first line
show/hide this revision's text 1

You may not need to be so specific. Things like product product/version/component are really all trying to express where the affected code is likely to be.

In my experience the product/component which exhibits the problem may not actually be the cause of the problem, and you may be wasting time trying to be overly specific. If you can express where the affected code is likely to be in a more concise or simpler way, I'd encourage you to do that.

Here's my list of general things a bugtracker needs to capture. How exactly it captures these things is something you can use to compare products and decide what suits you best:

For each request: (deliberately not calling them features or bugs)

  • Description. Freeform text field but STRONGLY hint that you need these:
    • What they were doing at the time
    • What they expected to happen
    • What actually happened
  • Attachments (images/logfiles are often critical)
  • Assigned To / Created By
  • Status
  • Comments
  • Revision History of all practical fields

Things that are often captured but I'm personally sceptical about:

  • Estimated Time/Time Taken
    • Seems like a nice idea but in my experience these are always either omitted, or incorrect, and end up serving no purpose. If you can stand over your developers with a whip and enforce that they fill in these fields you might see some more use out of them, but I can't see that being good for morale.
  • Forums / Wiki
    • These are great, but they're separate products! What are they doing in your bugtracker!
  • Product Version.
    • This is important, but you may not need it. On a webapp, the users only ever use one version, the latest. On desktop apps, good luck getting users to be aware of your versioning
  • Seperate title field.
    • Having a seperate description/title field seems useful, but it's just more work for users. Just use the first line/x characters of the description if you need a summary. If the request doesn't make sense without a proper summary just edit it and put the summary as the first line