What task life cycle do you follow? and do you mingle tasks and bugs together in the tool you use? A typical Task life cycle is:
- Not Started - entered but not yet started
- In-Progress - being worked on
- Complete - task is done with the exception statuses of:
- On Hold - waiting for something
- Canceled- the task is no longer needed, possibly due to a change in requirements.
The typical bug life cycle could be:
- New - newly entered
- In Progress - being worked on
- QA - going through test
- Client Review - fix being reviewed by the client
- Ready for Promotion - ready for the next release
- Complete - released into production with the exception statuses of:
- On-Hold
- Duplicate Not Reproducible
- Works as Designed
What's your life cycles?