I'm trying to build a semi-complicated workflow that was designed by a QA specialist. The workflow follows a typical developer cycle with the developer ending his responsibilities at FIXED.
- Developer finishes work and marks FIXED automatically assigns the bug to the QA dept who will immediately take action and begin testing.
- QA marks TESTED if the bug was actually fixed or
- QA marks REOPENED to reject and send back to Dev.
- QA marks VERIFIED
- Release Manager marks RELEASED which closes the bug.
I'm not sure if I'm going down the wrong path here, can someone check my sanity? Do I need QA plugin?