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.
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.
VSTS/TFS doesn't offer a rollback feature on work items.
But you can realize a bulk edit on your work items
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)