Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New rule - do use the scrum template in Azure devops #6910

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 49 additions & 0 deletions rules/use-devops-scrum-template/rule.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
type: rule
title: Do you use the Scrum template with Azure DevOps?
uri: use-devops-scrum-template
authors:
- title: Manu Gulati
url: https://www.ssw.com.au/people/manu-gulati/
- title: Gordon Beeming
url: https://www.ssw.com.au/people/gordon-beeming/
- title: Matt Wicks
url: https://www.ssw.com.au/people/matt-wicks/
created: 2023-10-05T05:38:23.907Z
guid: 8fefac19-a746-4ce9-903b-e18b52ce1cf2
---
When initiating a new project in Azure DevOps, selecting the right template is crucial as it sets the groundwork for project management and collaboration. The Scrum template is a recommended choice due to its adherence to widely recognized Scrum terminology and practices. This rule guides you on how to select the Scrum template and elaborates on the benefits of doing so.

<!--endintro-->

1. Go to Azure DevOps | New Project.
1. Fill in the Name, Description, Visibility.
1. Click Work item process | Scrum.
1. Click Create.

::: img-small
![Figure: Create a new project](create_new_project.png)
:::

::: img-small
![Figure: Select the Scrum template](select_scrum_template.png)
:::

Using the Scrum template has its fair share of cool perks:

**Terminology:** The work item types and states are all in Scrum-speak, which helps everyone on the team get on the same page quickly.
**Consistency:** It keeps things uniform across projects, so jumping in and out or teaming up is a breeze.

Azure DevOps does have other templates like Agile and CMMI, but the Scrum template has a special spot. It sticks to the Scrum playbook, making it a go-to for teams keen on keeping the Scrum spirit alive. It's all about boosting agility, making chats flow easily, and letting new folks blend in without a hitch.

The figures below demonstrate what a project that uses the Scrum template looks like.
divgul marked this conversation as resolved.
Show resolved Hide resolved

::: img-small
![Figure: Product backlog example when using the Scrum template](scrum_template_backlog.jpg)
divgul marked this conversation as resolved.
Show resolved Hide resolved
:::

::: img-small
![Figure: PBI states example when using the Scrum template](scrum_template_states.jpg)
divgul marked this conversation as resolved.
Show resolved Hide resolved
:::


Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading