[Feature] Would be great to have a Get-VSTeamIterations to allow to pull all known iterations for the project. #152
Closed
Description
Managing iterations in the Azure DevOps project would be incredibly useful, both Add, Get and Remove to allow control of iterations prior to creating WorkItems.
We're trying to automate the iterations and use DocFx to create automated documentation from our sprint iterations along the way.
Thanks!
Activity
DarqueWarrior commentedon Mar 28, 2019
You can do that now with the Invoke-VSTeamRequest function now like this:
MichelZ commentedon Apr 7, 2019
I need this, too, and might do some work in this direction once my first PR is through and I know the quality of my code is up to the projects standards :)
MichelZ commentedon Apr 7, 2019
Oh, and actually, in my PR you can already GET them. They are actually called "Classification Nodes".
#144
SebastianSchuetze commentedon May 12, 2020
@PHaigh-tw and @MichelZ this has been added with the last PR #286 and will be available with the next release.