MethodsAndPractices / vsteam

PowerShell module for accessing Azure DevOps Services and Azure DevOps Server (formerly VSTS or TFS)
https://methodsandpractices.github.io/vsteam-docs/
MIT License
445 stars 155 forks source link

Commands to work with states available for WorkItem types #362

Closed jhoneill closed 1 year ago

jhoneill commented 3 years ago

PR Summary

Follow on from #361 Add support for workitem states

Each WorkItem-type in each process-template has a set of possible states e.g. "To Do", "In Progress" and "Done". Some are system states which cannot be removed but can be hidden (and shown). Other states are custom/user-added and can be removed (but not hidden). This PR provides tools for listing the states, hiding and showing system ones, and adding and removing user ones.

PR Checklist

SebastianSchuetze commented 1 year ago

gonna close this PR since it is too old and actually too much changes to review. If reopened then it must be made sure that no PR is directly dependant on the other. But thanks for the effort.