azure-devops

How to set the iteration field automatically to latest iteration?


Currently, we manually set the iteration as Current iteration in Azure Devops (VSTS):

enter image description here

Could you please help how this can be automated? So we do not have set for every iteration.

I have tried all possible ways through web UI.


Solution

  • To set a default Iteration path for newly created workitems, go to 'Project Settings > Team Configuration'. Use @CurrentIteration for the default iteration path. This will automatically map to todays valid iteration (by start and end date).

    enter image description here