Project : Azure DevOps
Microsoft Azure DevOps currently has three types of processes: Agile Scrum CMMI But the problem with these processes is that they are very process or methodology-heavy. Suppose you are a new engineer, and you are working with Github and you want to use Azure DevOps, then you will need to deal with product backlog items, user storage, and all the technical mambo-jumbo. These make adopting Azure DevOps very complicated. So to remove these complexities the Azure DevOps introduced the Basic process . With this users could just literally add project issues and start working on them immediately. Basic Process is the most lightweight. You should choose Basic when your team wants to develop or create the simplest model that uses Issues, Tasks, and Epics to track work. There are 3 work items in Azure Boards with the Basic process: Epic: Under epic, we can create multiple types of issues. Issue: Issue may be a bug, user story, or an improvement. Task: Task is...