[DEPRECATED] Query based boards extensions for Visual Studio Team Services
This extension allows you to visualize the result of work item queries on a board.
NOTE: There is a completely new version available of 'Query Based Boards' that you can find here. For older TFS versions this extension will remain available on the markerplace, but it will no longer be maintained.
After installing the extension, navigte to the Work hub, and select Queries. When opening a query, a new tab called Board is available to visualize the results on a boad.
The board can be visualzed for flat list and one-hop queries and supports the following capabilities for now:
The order by clauses of the query are respected on the board
Click on the work item title to open the work item form and edit the fields. On save, the board will reflect the changes made.
Drag & Drop work items from one state to another. This will update the state of the work item (the default reason for that transition is used).
Custom states are supported and will be visualized on the board as a column as well.
Works also for queries across project to visualize work items from different team projects on a single board.
Known limitations
Boards are not supported for tree based queries (hierarchy with multiple levels).
Only items that can appear on the backlog (like epics, features, user stories, tasks, bugs) are supported. Work items of type test cases, feedback request & response are filtered out for now.
When there is an error during the update of the work item, it is reverted without a proper error message.
Feedback
we love to hear your feedback on this extension! You can connect with with us by adding a review, or using the Q&A section.
Changelog
0.9.9
DEPRECATED
0.9.8
Fixed issue with one hop queries not rendering
Added option to collapse expand items on the one hop query board, including collapse and expand all
0.9.7
Fixed an issue 'query returned no results' even though there are results
Added support for the default queries like 'Assigned to me' and 'Followed work items'
0.9.6
Added support for Tfs on-prem, version 2017.2 or higher required
Added better messages when eg query is not saved, or the query returned no results ...
Added touch support for draggin & dropping board cards
Support for the 'New Queries Experience' (link)
0.9.0
Initial (preview) version