Is a scrum sprint backlog ordered

scrum

Currently, Wikipedia Scrum Article defines "Sprint Backlog" as:

A prioritized list of tasks to be completed during the sprint.

It is my understanding that the "Product Backlog" is a prioritized list but that the "Sprint Backlog" does not have an order. I am looking for a definitive reference for the answer.

Best Answer

The scrum alliance / scrum foundation documents are not absolutely definitive on this however this is because it is implied all over the place. Logically the sprint backlog has to be ordered.

It is a more detailed sub set of the product backlog which is ordered and you plan by working through the product backlog in order of priority. Why wouldn't you work on the highest priority?

Minimizing work in progress and swarming stories is encouraged because you want to maximize the number of complete stories, not have several half finished ones at the end of the sprint as those don't meet the definition of done or have any business value.

Given the ethos of Scrum (prioritization, maximising business value, increasingly x-functional teams) it just wouldn't make sense for this to be unordered.