Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.72 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.72 KB

Rebased on 12/14/2017

Stories in Ready Stories in In Progress Github Releases

TFS-Release-Notes

Generates a list of files changed from a work item.

Use

See Sample Script to see how to use this module. Authentication is now handled with Personal Access Tokens

Types of Info

  • Get-Tfs: Allows you to get a TfsCollection object that you can use to gather nore information from TFS and pass to the other Cmdlets to prevent having to reauthenticate

Changesets

  • Get-UnlinkedChangsets: Allows you to find changesets that are not linked to any workitems
  • Get-ChangesetFiles: Allows you to get details about the changed files in a changeset

WorkItems

All workitem Cmdlets have an an option to process all children workitems too. This allows you to specify a feature workitem and get all sub workitems.

  • Get-WorkItemFiles: Allows you to get a list of files modifed by a workitem
  • Get-WorkItemChangesets: Allows you to get associated changesets of specified workitems
  • Get-WorkItemAttachments: Allows you to get the files that are attached to workitems and optionally generate a zip of those files.  You can filter the names of the attachments using regex.