Ticket types are configurable.
 *: *Status* describes the current state of the ticket. Possible states
 are also configurable.
+*: *Fixed Version* is the earliest released version that has (or will have) the new code.  A new, open, or stalled ticket uses this field to indicate the release we would like to include the fix for.  A resolved ticket should indicate which release actually included the fix. Format released versions as "vXXYYZZ" - note starting 'v' and zero-padding.  So 7.4.1 would represented as v070401.
 *: *Severity* defines how debilitating the issue is. A scale from one to five
 is used, with one being most critical.
 *: *Priority* decribes how quickly the ticket should be resolved. This isn't
@@ -33,8 +34,7 @@
 *: *Assigned To* identifies which CVSTrac user should be handling the ticket.
 *: *Creator* identifies which CVSTrac user created the ticket (including,
 possible, *anonymous*)
-*: *Version* should be used to report the product version related to the
-ticket.
+*: *Broken Version* is the earliest known version that exhibits the problem. Format released versions as "vXXYYZZ" - note starting 'v' and zero-padding.  So 7.4.1 would represented as v070401.
 *: *Created* shows when the ticket was created.
 *: *Last Changed* shows when the ticket was last changed.
 *: *Subsystem* is intended to identify which component/area has a problem.