Hi All, Our status checking on bugs have been inconsistent. I like to share this workflow diagram with you about how bug statuses should work.
Here are a few rules about working on Jira. 1. If you're working on a bug, mark it as In Progress 2. If you're not a committer, mark the bug as Ready to review when you submit to the review board 3. Bugs are marked Resolved when the developer thinks the bug is resolved. They don't have to wait for QA verification. 4. If you encountered another bug while verifying a bug, do not reopen the original bug. Open a new one. 5. If you can't test the original bug due to the new bug, then link the bugs together and leave the original bug in Resolved status until you can test it again 6. When you mark something as Ready to Review, add in the review id in the comments. 7. When you mark something as Resolved, add in the branch and git commit id. 8. If you cherry-picked over to another branch, add the new git commit id and the branch to the comments. --Alex