Azure DevOps Scenario related Questions of Different Feature's in Azure DevOps Project
Issue with Repo's. Scenario 1: You are facing some challenges with the code in the PROD Environment only. But the similar issue didn't appear in any of the pre-prod Environment .(DEV/QA/UATETC) But the team observed that there are some parameters disturbing the application in PROD Environment .& the debugging team identified there was an issue with one of the commit that was part of a PR. What happened here is the associated branch(source) got deleted after the PR is completed. Now the product owner/tech delivery lead wants to know below details Questions in order to resolve the issue: Who created the feature branch? When it was created? What was the last commit ID that was associated with the base branch before the feature branch created? What are the different modifications that was happened to the associated commit which is causing the issue? Who created the commit and who authorized the commit? When the feature branch got deleted after the PR is completed, issue caused...