Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Query work items of previous iteration in VSTS

Tags:

azure-devops

I'd like to query VSTS work items which are assigned to the previous iteration, i.e. @CurrentIteration - 1.

I can use hardcoded Iteration path values, but then I'd need to update my queries every sprint.

Is there a way to automatize it?

update

It's added now, see release notes

like image 222
Szeki Avatar asked May 25 '16 11:05

Szeki


1 Answers

There isn't any way to achieve this for now. And there is already a feature request submitted on VSTS User Voice, check and vote it here: VSO Support @currentIteration+-1 for next or past iteration.

like image 134
Eddie Chen - MSFT Avatar answered Oct 06 '22 05:10

Eddie Chen - MSFT