Перейти к файлу
AminTi 2438b7aff6
Estimate documentation (#335)
2024-08-29 09:18:55 +02:00
.azure-pipelines Update azure-pipelines reference to template repo. 2024-06-11 08:46:44 +02:00
.devcontainer Update node sass (#130) 2022-05-19 14:55:33 +03:00
.vscode Fix #43 2019-08-28 14:48:19 -07:00
configs Changes related to moving repo location. 2021-07-30 12:13:05 +02:00
docs Clients work in progress 2018-08-30 22:19:17 -07:00
marketplace Estimate documentation (#335) 2024-08-29 09:18:55 +02:00
public Update package 2019-03-30 19:47:55 -07:00
scripts Before conversion 2018-11-18 20:35:26 -08:00
src 05-estimate-is-treated-as-0-in-the-Average (#312) 2024-04-04 09:52:46 +02:00
.gitignore Added a custom card set to vote from 1 -5 and calculate the average when using it. 2019-12-03 15:21:13 -05:00
.prettierrc.json Add prettier 2018-11-25 17:53:41 -08:00
LICENSE Changes related to moving repo location. 2021-07-30 12:13:05 +02:00
README.md Estimate documentation (#335) 2024-08-29 09:18:55 +02:00
SECURITY.md Microsoft mandatory file (#139) 2022-05-24 13:38:22 +03:00
SUPPORT.md Changes related to moving repo location. 2021-07-30 12:13:05 +02:00
azure-devops-extension.json Fixed support links 2021-07-30 12:17:08 +02:00
package-lock.json Bump @babel/traverse from 7.2.3 to 7.23.2 (#290) 2023-11-03 13:38:55 +01:00
package.json Bump xml2js and tfx-cli (#295) 2023-11-03 13:36:46 +01:00
tsconfig.json Finish styled-components removal; Implement SprintsService 2018-11-26 21:06:17 -08:00
tslint.json Some service implementations 2018-10-31 20:51:48 -07:00

README.md

Azure Boards Estimate

Enhance your sprint planning sessions with the Planning Poker for Azure DevOps extension. This powerful tool allows you to streamline the estimation process by enabling your team to collaboratively estimate the effort of work items directly within Azure DevOps. Select work items from your iteration, query, or backlog, conduct effective estimation sessions with your team, and seamlessly update the work items in real-time. Improve accuracy and team alignment on effort estimates, ensuring better planning and execution of your projects.

Documentation

For detailed instructions on using the Planning Poker for Azure DevOps extension, please refer to the official documentation. You can access the comprehensive guide by clicking Marketplace. This resource provides step-by-step information to help you effectively utilize the estimation features within your Azure DevOps environment.

Support

How to file issues and get help

This project uses GitHub Issues to track bugs and feature requests. Please search the existing issues before filing new issues to avoid duplicates. For new issues, file your bug or feature request as a new Issue.

Microsoft Support Policy

Support for this project is limited to the resources listed above.

Contributing

We welcome contributions to improve the extension. If you would like to contribute, please fork the repository and create a pull request with your changes. Your contributions help enhance the functionality and usability of the extension for the entire community.

Note: do not publish the extension as a public extension under a different publisher as this will create a clone of the extension and it will be unclear to the community which one to use. If you feel you don't want to contribute to this repository then publish a private version for your use-case.

Check out https://learn.microsoft.com/en-us/azure/devops/extend/get-started to learn how to develop Azure DevOps extensions

Developing and Testing

# Install node dependencies
npm install

# Compile the source code
npm run start

# Build the extension
npm run build

About Microsoft DevLabs

Microsoft DevLabs is an outlet for experiments from Microsoft, experiments that represent some of the latest ideas around developer tools. Solutions in this category are designed for broad usage, and you are encouraged to use and provide feedback on them; however, these extensions are not supported nor are any commitments made as to their longevity.