Play Planning Poker in Azure DevOps. Select work from an iteration, query, or your backlog, estimate the effort of those items with your team, and immediately update the work items.
See Support in our GitHub repository for information about how to report issues and get help.
To test your work, first follow these steps to set up a DevOps marketplace publisher account (if you already have an account move on).
- Run
npm run package-dev
and upload the package as a private extension to your Azure DevOps publisher account
Note: You may need to add a directory called
build
to the project root when running the script. The output of thepackage-dev
script is there.
- Be sure to update the
manifest.json
to use your publisher's ID before running the script.
- Install the private extension on your Azure DevOps oragnization and test your changes.