Reputation: 63748
We have had several instances where new stories have been added to the backlog and then people are confused because the active sprint has new stories that haven't been refined - from the backlog view, adding a new Story always seems to add it to the current sprint iteration.
It seems a bad approach that new stories are added to a current iteration rather than the main backlog, is there a way to configure this behavior?
Upvotes: 1
Views: 723
Reputation: 1122
1.You need to ensure that you are in the current team with the backlog.
2.And you also need to check the default iteration of this specific team in project setting.
Upvotes: 1
Reputation: 1151
You can setup default iteration for your team in Team configuration -> Default Iteration, it will set iteration value for work items created from Boards section and Backlogs section, but not for from Work Items section(because Work Items view is focused on all teams)
You can also setup and use template for it, it will allow you to customize multiple fields including 'Iteration path' https://learn.microsoft.com/en-us/azure/devops/boards/backlogs/work-item-template?view=azure-devops&tabs=browser
Upvotes: 1