Question: 1 / 50

Which statement about Copado branching strategy is NOT TRUE?

User stories must be manually promoted

Branches should be tightly integrated with user stories

User stories can be automatically back promoted

In the context of Copado's branching strategy, the statement regarding the automatic back promotion of user stories is not true. In standard practice within Copado, user stories typically go through multiple stages of deployment and review before being promoted to higher environments. While user stories that are successfully completed may be moved forward through promotion processes, back promoting them automatically does not align with the best practices that ensure thorough testing and validation. Successful user stories must be carefully managed to maintain the integrity of the release process, which often requires manual intervention to ensure that any changes are appropriate and beneficial to the overall codebase. The emphasis on manual processes like promoting and removing user stories reflects the need for control in version management, ensuring that only approved changes are integrated back into main branches. This understanding highlights the importance of deliberate and organized processes in managing user stories within Copado, as opposed to assuming that these actions can occur automatically without oversight.

Removing user stories requires manual selection of commits

Next

Report this question