From b31ef94db55130ae2d47d47103176c22251cbc4b Mon Sep 17 00:00:00 2001 From: Mitch-McK <32278637+Mitch-McK@users.noreply.github.com> Date: Tue, 22 Jan 2019 20:41:39 -0500 Subject: [PATCH] Added further details about ownership of backlog (#26309) * Further details about ownership of backlog * make links a list --- guide/english/agile/sprint-backlog/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/guide/english/agile/sprint-backlog/index.md b/guide/english/agile/sprint-backlog/index.md index 332ce55e82..11125534f7 100644 --- a/guide/english/agile/sprint-backlog/index.md +++ b/guide/english/agile/sprint-backlog/index.md @@ -7,5 +7,8 @@ The Sprint Backlog is a list of tasks identified by the Scrum Team to be complet It is critical that the team itself selects the items and size of the Sprint Backlog. Because they are responsible for implementing / completing the tasks, they must be the people to choose what they are forecasting to achieve during the Sprint. +The sprint backlog is managed and ordered by the product owner with input from the development team. + #### More Information: -[Scrum Guide: Sprint Backlog](http://www.scrumguides.org/scrum-guide.html#artifacts-sprintbacklog) +- [Scrum Guide: Sprint Backlog](http://www.scrumguides.org/scrum-guide.html#artifacts-sprintbacklog) +- [What is a Product Backlog?](https://www.scrum.org/resources/what-is-a-product-backlog)