You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi,
We have a process where once developers have finished coding and fixing a defect they have to submit it to their manager for a code review. Once the code review is done, the manager moves the tickets over to QA testers for verification.
The issue we have is that this process is done before the actual code drop with the fixes in them. There is no way to "hold" or let the the QA testers know when the code has actually been deployed. This causes a lot of unecessary work done by QA testers who started testing items where the code has not been dropped yet.
Does anyone know of a setup where we could have a process where once the manager has approved the code, she can assign the QA tester to the ticket but put it in some sort of holding area where she can then release them all after the code has dropped.
Thanks for any suggestions!
Hi Josh,
Thanks. When the tickets are in Validation Backlog, who are they assigned to?
Here are a few options of different ways I have seen similar scenarios dealt with:
1. Use an "Awaiting Deployment"-type status in the workflow. Issues in this status are assigned to the person (or team) responsible for deploying code into a testing environment. Once they are deployed they get allocated to the manager who is then responsible for allocating to QA testers.
2. Use the "Fix Version" field to show what version of code the issue is fixed in. Make sure QA testers know which version is deployed in a particular testing environment today (write in on whiteboard, a Confluence page or even use 'environment' issue types in JIRA to track). This means the QA testers know to only test fixes relevant to the current deployed version. Give them a board or filter to help them identify these issues.
3. Use a 'Deployed In' custom field, which has a check box for each environment that the code could be deployed in. Keep this up to date so that everyone knows where a particular fix is on route to production.