Bulk delete of workitems in Azure DevOps
There are many ways to delete workitems in Azure DevOps like using Azure DevOps portal and by using APIs. To do a bulk delete of workitems or to delete multiple workitems at the same...
There are many ways to delete workitems in Azure DevOps like using Azure DevOps portal and by using APIs. To do a bulk delete of workitems or to delete multiple workitems at the same...
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...
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...
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...
Azure Active Directory can have one or more Custom domains. And when users are being created, these custom domains can be used to create Email addresses for the new users. You can use one...
Though Azure DevOps provides rules to make a field ReadOnly for a particular state in a workitem. There are some workarounds available which you can make use of make a field ReadOnly for all...
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...
This error usually occurs when you try to deploy an IIS app when the app is still up and running. Sometimes just redeploying it from Azure Devops would deploy it without any issues. But...
Almost all the workitems when they are first deleted, they go to Recycle bin and from Recycle bin, users can deleted them or restore them back to their original state. Let us see how...
By default users have the ability to change the subscriptions from a default Azure Active Directory to some other Azure Active Directory. This is a security risk and to prevent this follow the below...