Iteration Work Items Hub supports viewing all items within a Team Iteration in Azure DevOps grouped by type and board state. https://marketplace.visualstudio.com/items?itemName=JamesSkemp.iteration-work-items-hub
Go to file
James Skemp 7bbc86230c Add support link to GitHub 2024-05-12 10:29:19 -05:00
src Fix breaking error if iteration has no start/finish dates 2024-05-12 10:09:08 -05:00
static Remove unused files from template and display tweaks to hub 2024-04-07 09:41:42 -05:00
.gitignore Add code from initial creation of hub via CLI 2023-05-07 09:20:48 -05:00
README.md Remove unused files from template and display tweaks to hub 2024-04-07 09:41:42 -05:00
azure-devops-extension.json Add support link to GitHub 2024-05-12 10:29:19 -05:00
logo.png Remove unused files from template and display tweaks to hub 2024-04-07 09:41:42 -05:00
overview.md Remove unused files from template and display tweaks to hub 2024-04-07 09:41:42 -05:00
package-lock.json Update select npm packages to newer versions 2024-05-01 21:39:42 -05:00
package.json Update select npm packages to newer versions 2024-05-01 21:39:42 -05:00
tsconfig.json Update npm packages to match enhanced sprint history versions 2024-04-07 10:55:11 -05:00
webpack.config.js Update select npm packages to newer versions 2024-05-01 21:39:42 -05:00

README.md

Iteration Work Items Hub

Install

Install from Visual Studio Marketplace: https://marketplace.visualstudio.com/items?itemName=JamesSkemp.iteration-work-items-hub

Build

npm run build automatically increments the version and creates a new *.vsix file in the root directory.

Publish to https://marketplace.visualstudio.com/manage/publishers

Dependencies