DescriptionAdds extensions to support daily scrum activities, like drawing burn down chart, creating task board cards and reviewing work items.
History2013-03-10 Version 0.5.1 Fixed error when XSLT returned from TFS was unseekable GzipStream. 2013-02-25 Version 0.5 Added Task Board Cards functionality. 2013-01-29 Version 0.4.1 Fixed incorrect assembly references preventing the extension to work on some installations. 2012-11-05 Version 0.4 Made configurable which features should be shown. 2012-07-19 Version 0.3 Added View History, Changeset Details, Compare Initial Version with Latest Version and Collapse/Expand features to the review window. 2012-04-30 Version 0.2 Added support for Visual Studio 11 & enabled first version of work item review window. 2012-03-11 Version 0.1.1 Fixed minor installation issue for environments having only Team Explorer installed.
FeaturesVisual Studio 2012 versioncan be found here Task board cardsEasily create HTML task board cards from work item queries or selected work items with fully customizable XSLT template and print them from your browser.
The XSLT file to be used can be specified in: Tools > Options > Scrum Power Tools > Task board cards xslt file Here you can specify a full TFS path of an XSLT which resides in TFS or a full path from the local file system.
The cards will be generated from an XML file containing the work items and the specified XSLT file, the default XSLT will be used when none is specified. The generated HTML file containing the task cards will be opened in an browser from which it easily can be printed.
The XSLT file can easily be changed by modifying the default XSLT file which can be found in the temp directory of the current user which always contains the currently used XSLT file and work items XML after creating the cards. The files can be found in %TMP%\ScrumPowerToolsTaskBoardCards or the ScrumPowerToolsTaskBoardCards directory in the current users temp directory.
Work item review windowThe work item review window allows for easy reviewing of changeset items linked to a specific work item (User Story, Task etc.) by right clicking on a work item from for instance the result of a team query.
Configurable featuresAllows specifying which features should be shown. Available via Tools -> Options -> Scrum Power Tools
Assignable work item query shortcutsAllows assigning a shortcut to a work item query which can be executed using an assignable keyboard shortcut. First assign one of the five available shortcuts: Then assign a keyboard shortcut, available via Tools -> Options -> Environment -> Keyboard and search for commands containing "opentfsquery": You could for instance assign Ctrl+1, S to easily open your sprint backlog query or Ctrl+1, P to open you product backlog query.
Show totals of numeric columns after opening team query in the status barAfter opening a team query, the totals of numeric columns are shown in the status bar of Visual Studio
Show numeric totals of selected items in the query results window in the status barWhen selecting more than one item in the query results window... The totals will be shown of the selected items.
Show unique list of affected files of a selected work item in the output windowUsing right-click on a work item allows to show the affected files of that item. It will show a unique list of all affected files, double clicking the file pah will open the file in Visual Studio.
Show list of changesets, and the affected files, of a selected work item in the output windowAnother option is to show the related changesets with affected files, by clicking on "Show Changesets with Affected Files". ...will result in
|