The Backlog is the term used for the list of requirements in Scrum and other Agile development methods. Usually the requirements are stated in the form of an User Story or Epic, which is a very brief explanation about what is needed.
There are three different Backlogs:
- The Business Backlog – used to store all requirements to e.g. a specific product or system. The requirements at this level is typically expressed at a high level as Epics.
- The Release Backlog – is a subset of the Business Backlog, selected for implementation in a Release. The requirements are at this level detailed into User Stories in order to reduce uncertainties about their interpretation
- The Sprint Backlog – is a subset of the Release Backlog, selected for implementation in a Sprint.
Here we focus on the Business Backlog! |