Azure DevOps Extension for printing work items to place on physical boards
https://marketplace.visualstudio.com/items?itemName=NickMyers.board-cards
I'm not a professional web developer, I'm a delivery manager who works with software teams and I identified a need to automate (as much as possible) the creation of physical tickets to place on physical boards (information radiators) based on the content of Azure DevOps boards.
This is very much a side project; I think it's useful enough to make available for others to use.
This version includes:
This version includes the ability to select "small" or "large" cards for printing.
This version has been overhauled to try address some of the issues users were running into and provide some of the features requested.
In addition to the underlying design of the code that makes the extension work being completely rebuilt, the extension now allows users to select iterations, work item types and areas to be used to filter what work items are output for printing.
Finally, the printed work items now include the parent work item ID and title, for ease of reference.
This is a very simple Azure DevOps extension which adds a "Print" tab to Sprint boards, which displays all the work items in @currentIteration and triggers the browsers print dailog.
The extension is currently optmised for A4 portrait printing, 3 colums and 5 rows per page, and has a hard-coded set of styles (see css/cards.css) which provide formatting for different work item types.
If you wish to add more styles based on your own work item types, please open and submit a pull request.
Following are two screenshots of the print output; I've had to obfuscate some of the content due to it being sensitive.
Note - these screenshots do not show the parent work item details (ID and title) that are included.
npm install -g tfx-cli
tfx extension create --manifest-globs vss-extension-dev.json --rev-version
remove the -dev extension in order to build a package for production