Managing WWTravelClub’s requirements using Azure DevOps
As discussed in Chapter 3, Managing Requirements, an important step for a software development project is where and how the team will organize the user stories mapped from the user needs. There, as described in the Managing system requirements in Azure DevOps section, Azure DevOps enables you to document system requirements using work items, which are mainly tasks or actions that need to be completed to deliver a product or service.
It is also important to remember that the work items available depend on the work item process you select while creating the Azure DevOps project.
Considering the scenario described for WWTravelClub, we decided to use the Agile process and have defined three Epic work items as follows:
Figure 21.2: User case Epics
The creation of these work items is quite simple:
- Inside each work item, we link the different types of work items, as you can see in Figure 21.3. ...