Jeevan
Jeevan

Reputation: 437

Product backlog in ADO

How do I define a story as being in the product backlog and will be pulled into future sprints? Currently I'm forced to assign such stories to some random future sprint which is cumbersome and later move to current sprint. how do I make a product backlog in Azure DevOps?

Upvotes: 1

Views: 232

Answers (2)

Hugh Lin
Hugh Lin

Reputation: 19391

As mentioned by Bobbob601, you can set the Default iteration in the Team Configuration of Project Settings, so that it can automatically assign iteration to newly created work items.

enter image description here

In addition, you can batch modify the iteration path of work items through query:

enter image description here

enter image description here

Upvotes: 0

Bobbob601
Bobbob601

Reputation: 463

you just have to select the root iteration

for instance, if your project is named "XXX", iteration will be XXX/sprint1, XXX/sprint2 but you just have to put "XXX" and it will not be assigned to any sprint.

default iteration is a configurable setting

Upvotes: 1

Related Questions