Author: Shan

Delete WorkItem permissions in Azure DevOps

In Azure DevOps, when a project is created all users belonging to Contributor group will have delete workitem permission by default. This a soft delete permission as the workitems deleted can be restored back...

Create Sprints in Azure DevOps

In Azure DevOps, Sprints are called as Iterations and to create these iterations you need to have Project Admin access. After creating these iterations you need to assign them to specific teams or to...

Creating a Work Item in Azure Boards

In Azure Boards, we can create different workitems by using different options. The workitems differs from project to project based on the process template we are using. if we are using Agile process template...

Automating Azure DevOps Agent Setup

Azure DevOps agents are the backbones of CI/CD process as every build or release definition needs an agent machine to run on. But process of setting up an SelfHosted Azure DevOps agent is manual...