This commit is contained in:
AminTi 2024-08-29 09:18:55 +02:00 коммит произвёл GitHub
Родитель 6fc8f75750
Коммит 2438b7aff6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
11 изменённых файлов: 27 добавлений и 9 удалений

Просмотреть файл

@ -5,7 +5,7 @@ Enhance your sprint planning sessions with the Planning Poker for Azure DevOps e
# 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 [Market place](https://marketplace.visualstudio.com/items?itemName=ms-devlabs.estimate). This resource provides step-by-step information to help you effectively utilize the estimation features within your Azure DevOps environment.
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](https://marketplace.visualstudio.com/items?itemName=ms-devlabs.estimate). This resource provides step-by-step information to help you effectively utilize the estimation features within your Azure DevOps environment.
# Support

Двоичные данные
marketplace/images/CreateSession.png

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 42 KiB

После

Ширина:  |  Высота:  |  Размер: 54 KiB

Двоичные данные
marketplace/images/EndSession.png

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 32 KiB

После

Ширина:  |  Высота:  |  Размер: 19 KiB

Двоичные данные
marketplace/images/backlogView.png

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 130 KiB

После

Ширина:  |  Высота:  |  Размер: 234 KiB

Двоичные данные
marketplace/images/estimateQuery.png

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 125 KiB

После

Ширина:  |  Высота:  |  Размер: 106 KiB

Двоичные данные
marketplace/images/mySession.png

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 16 KiB

После

Ширина:  |  Высота:  |  Размер: 79 KiB

Двоичные данные
marketplace/images/reveal.png

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 88 KiB

Двоичные данные
marketplace/images/revealEstimate.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 16 KiB

Двоичные данные
marketplace/images/settings.png

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 184 KiB

После

Ширина:  |  Высота:  |  Размер: 72 KiB

Двоичные данные
marketplace/images/vote.png

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 44 KiB

После

Ширина:  |  Высота:  |  Размер: 139 KiB

Просмотреть файл

@ -8,32 +8,50 @@ To start a new Planning Poker session in Azure DevOps, follow these steps:
1. Select a field
- Select a field to store the estimation for each work item.
![settings](marketplace/images/settings.png)
![settings](marketplace/images/settings.png)
2. Start a New Session:
- Create a new session
![CreateSession](marketplace/images/CreateSession.png)
![CreateSession](marketplace/images/CreateSession.png)
- From Backlog: Select work items and open the context menu to initiate the session.
![backlogView](marketplace/images/backlogView.png)
![backlogView](marketplace/images/backlogView.png)
- From a Query: Create a query and start the session from the context menu, or save it to the shared queries and use the Estimate hub to select the query.
![estimateQuery](marketplace/images/estimateQuery.png)
![estimateQuery](marketplace/images/estimateQuery.png)
3. Share the Link:
- Share the generated session link with your team members to allow them to join the session.
4. Team Members Join:
- Ensure all team members have joined the session.
![mySession](marketplace/images/mySession.png)
![mySession](marketplace/images/mySession.png)
5. Pick a Card:
- Each team member picks a card to provide their estimate.
![vote](marketplace/images/vote.png)
![vote](marketplace/images/vote.png)
6. Reveal Estimates:
- Once everyone has picked a card, click Reveal to show everyone's estimates.
![reveal](marketplace/images/reveal.png)
![reveal](marketplace/images/revealEstimate.png)
7. Commit the Final Estimate:
- Select and commit the final estimate for the work item.
8. Move to the Next Work Item:
- Continue to the next work item. Estimates are automatically saved to the work items.
9. End the Session:
- After completing the estimation for all items, you can end the session.
![EndSesiion](marketplace/images/EndSession.png)
![EndSesiion](marketplace/images/EndSession.png)
# Support