Allows browsing of TFS projects by Area Path or Iteration. Allows execution of stored queries for any project. Allows viewing of work item attachments. Multi-select a group of work items and click the 'Open vs. closed chart' action to generate a simple pie chart.
Must be run from a machine with Team Explorer installed. Will prompt for the TFS server address. Click the 'Change server connection' node to connect to a different server.
Known issues: - The edit work item dialog is not functional due to a Multithreaded Apartment/Single-threaded Apartment issue. Powershell runs in MTA mode and the TFS work item editor control requires STA mode. Currently there doesn't seem to be any nice way of launching a STA thread from Powershell. - The move work item iteration functionality seems to update the local work item instance, but the change doesn't flush to the server. - I haven't been able to successfully load the TFS assemblies from within Powershell on a 64bit install of Windows.
|