Treasure Map for Azure DevOps at Scale: Azure Boards Part 2
Continuing our adventure focused on Azure Boards
We’re continuing our adventure focused on Azure Boards. At this time we’ll talk about our Product and Sprint Backlogs.
When start a new Project or Team, we must configure all Sprints that compose our deliverables. But on Azure DevOps it’s necessary register sprints one by one. Really? Sorry to say, but the answer is a gigantic YES!!!
To solve this problem, we must create automation!!!
- Automation: Script that create the number of Sprints needed for your project. :-)
To help with this challenge, I created a magic PowerShell script:
- How to: Create all iterations to your project on Azure DevOps : provide a Personal Access Token (PAT), organization name, project name, team name, start date of the first sprint and the number of sprints that will be created.
At the end, your sprints will be configured!!!!!
Well, this was my second big clue for us to explore the world of Azure DevOps at Scale. See you in the next challenge!!!