
Announcements
Hey all, my team keeps running into an issue where components in our managed solution are blocked from being deployed to production because of other components that are either bugged or not tested by QA.
I'll give a brief scenario:
In our QA environment, we had 2 flows inside of a core managed solution slated to be pushed to production.
However, a bug was found by on of the QA testers in one of the flows, thus blocking our production deployment.
What is the best approach to avoiding issues like this? For context, we have 3 environments (dev, qa, prod) and 1 solution that we deploy as managed to qa and prod. Our idea is to being exporting an unmanaged solution from dev to qa then picking only validated components out of the unmanaged solution in qa.
Hi Hapa1,
It sounds like your release management is working as expected. A bug found in QA should stop deployment to production.
A few options to consider:
Depending on the size of your team, you may also want to consider: