vsteam icon indicating copy to clipboard operation
vsteam copied to clipboard

Commands to work with states available for WorkItem types

Open jhoneill opened this issue 5 years ago • 0 comments

PR Summary

Follow on from #361 Add support for workitem states

  • Get-VsteamWorkItemState
  • Add-VSTeamWorkItemState
  • Remove-VsteamWorkItemState
  • Hide-VsteamWorkItemState
  • Show-VsteamWorkItemState and associated Format file + tests and help

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

jhoneill avatar Oct 06 '20 20:10 jhoneill