Visual Studio Team Services and Team Foundation Server don't make it easy to print work items. This extension will allow printing of single work items, selected multiple work items, or all items in a query. Limit is ~330 work items at once.
A new configuration screen has been added. Select a work item type, choose the fields you want to print, put them in order, and then save. Then print your work items. Configuration is per user.
Right-click on a work item and select Print
:
OR
Select Print
from the work item form menu:
Select several work items (works in backlog and queries), then right-click and select Print Selection
:
Run a query, then select Print All
from the toolbar:
Right-click on a query and select Print All
.
- Fixed link when printing to PDF
- Added link to work item title (useful for printing to PDF)
- Added icon for Azure DevOps menu
- Dependency updates
- Fixed bug due to VSTS API change. Dropped support for TFS 2015
- Added a small delay to allow images to load before printing.
- VSTS API broke conversation history. Fixed.
- Added conversation history
- Fixed bug when printing from work item form in IE
- Fixed broken string sanitization
- Added double-click functionality to field picker
- Field picker scrolls to newly added field
- Fixed bug that prevented printing from board
- Fixed bug where saving wasn't enabled when only sorting fields
- Fixed bug where Undo button wasn't clearing the selected field
- Fixed a bug not allowing special characters in work item field names/ids
- Workaround for strings incorrectly being parsed as bad dates, resulting in missing fields
- Added per-work-item configuration
- Fixed bug when printing in IE
- Automatically hide fields that don't have a value set
- Removed explicitly set fields
- Added
Acceptance Criteria
field - Minor code improvements