Skip to content

March 2023

Picture by: Juan Pablo Serrano Arenas

Top Three Essential Features coming into Azure DevOps during Q1 2023

This is the whole list of features and fixes planned for Azure DevOps during Q1 2023. There are lot of great things like swimlane colors, swimlane rules and support for pause/resume in manual testing. As we can see from the list below, there is quite a massive set of features and fixes. Let me highlight the three most important ones and explain why I believe they are the most significant.…

Picture by: fauxels

Maximize the Benefits of Scrum Retrospectives with New Azure DevOps Extension

Scrum retrospective is a meeting held at the end of each sprint in the Scrum, where the development team reflects on their performance and identifies areas of improvement for the next sprint. It provides an opportunity to evaluate the team’s effectiveness, identify obstacles, and make adjustments to improve the overall efficiency and productivity of the team. The goal of the retrospective is to continuously improve the team’s performance and the …

Photo by: William Fortunato

Empower Your Azure DevOps Usage with Azdoutil

Azdoutil is a CLI tool for Azure DevOps by Pluralsight author and MVP Benjamin Day. With azdoutil you can easily interact with Azure DevOps organization directly from your favorite command line environment. The project is published at GitHub under MIT license.

Getting started

To install this tool run a simple dotnet tool install azdoutil -g command. Note that you will need to have .NET 7.0 installed, so if you …