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 an 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 a specific product or system.
- The Release Backlog – is a subset of the Business Backlog, selected for implementation in a Release.
- The Sprint Backlog – is a subset of the Release Backlog, selected for implementation in the Sprint.
Here we focus on the Sprint Backlog! |