Azure DevOps(ADO) is a Microsoft product that provides version control, reporting, requirements management, project management, automated builds, lab management, testing and release management capabilities. It covers the entire application life-cycle, and enables DevOps capabilities. Today I am going to share a script block to create ADO Work Item, specially Task using Powershell. My initial goal…
Tag: DevOps
Add custom field to Azure DevOps Work item type
Azure DevOps is Microsoft provided service to provide version control, reporting, project management, build and release management service. It can be Azure hosted (online) or on-premise. It covers the entire application cycle and enables DevOps capabilities. Check Microsoft documentation to learn more about Azure DevOps. Recently I was working on a Project to write some…