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

Enhance Get-VSTeamWorkItemType #301 #320

Closed jhoneill closed 3 years ago

jhoneill commented 4 years ago

PR Summary

PR Checklist

  1. Support selection of WorkItemTypes from a project or from a process-template.
  2. Allow the selection of multiple types using wildcards
  3. Add "hidden" attribute on returned work item types to allow hidden ones to be filtered out later.
  4. Completer no longer suggests hidden (unavailable) WITs
  5. For selection from Process-templates, allow expansion of WIT behaviors, layouts, and/or states
  6. Fixed issue were work item validator was tied to the current project even when adding work items to a different project.