Skip to content

[Feature] Would be great to have a Get-VSTeamIterations to allow to pull all known iterations for the project. #152

Closed
@PHaigh-tw

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

added
enhancementImprovements that do not include new features
help wantedHelp by the community is needed.
on Mar 28, 2019
DarqueWarrior

DarqueWarrior commented on Mar 28, 2019

@DarqueWarrior
Collaborator

You can do that now with the Invoke-VSTeamRequest function now like this:

ivr -Url 'https://dev.azure.com/{organization}/{project}/{team}/_apis/work/teamsettings/iterations' | select -ExpandProperty value
MichelZ

MichelZ commented on Apr 7, 2019

@MichelZ
Contributor

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

MichelZ commented on Apr 7, 2019

@MichelZ
Contributor

Oh, and actually, in my PR you can already GET them. They are actually called "Classification Nodes".


PS Z:\> Get-VSTeamClassificationNode -ProjectName "mizetest" -StructureGroup iterations

ID Identifier                           Name     Path                StructureType HasChildren
-- ----------                           ----     ----                ------------- -----------
46 6538ab2e-7ff9-4866-92bf-6d94d515a331 mizetest \mizetest\Iteration iteration     True       

#144

SebastianSchuetze

SebastianSchuetze commented on May 12, 2020

@SebastianSchuetze
Collaborator

@PHaigh-tw and @MichelZ this has been added with the last PR #286 and will be available with the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    enhancementImprovements that do not include new featureshelp wantedHelp by the community is needed.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      [Feature] Would be great to have a Get-VSTeamIterations to allow to pull all known iterations for the project. · Issue #152 · MethodsAndPractices/vsteam