I need to calculate how much time was spent on a bug. I saw a bug lifecycle diagram, but it's not clear when someone starts working on the bug: after UNCONFIRMED or NEW or when ASSIGNED. Any ideas?
Asked
Active
Viewed 482 times
1 Answers
1
Usually at ASSIGNED. Although somebody has to do some work in order to move it from UNCONFIRMED to NEW--usually a "triager" who may be the developer or a QA person (or may even be a separate person).
In Bugzilla 4.0 we changed the default name of the ASSIGNED status to IN_PROGRESS which is a bit clearer.
-Max

Max Kanat-Alexander
- 596
- 4
- 11
-
Thank you. I thought to use the assignee field, but when I create a new bug, someone is assigned by default, so it's not an option too... Moreover, a bug can go directly from UNCONFIRMED or NEW to CLOSED. – Konstantin Milyutin Apr 16 '11 at 06:11
-
Max, what's about work_time? I saw this field in documentation, but I cannot find it in API... Is it present? – Konstantin Milyutin May 10 '11 at 18:29