0

instead of making manual change for every user story, is there a way to rollback iteration path changes online tfs?

I've tried changing it manually but it is time consuming, look for rollback option.

1 Answers1

0

VSTS/TFS doesn't offer a rollback feature on work items.

But you can realize a bulk edit on your work items move to iteration or use the TFS API to know the previous state of your work items (TFS 2013 API - Retrieve all changes made for WI) and reapply the modifications (TFS API - Updating a work item field)

Community
  • 1
  • 1