In my last few posts I have discussed about Microsoft Azure DevOps Users, Groups, License audit etc. Periodically, we run those audits to perform access review and license true up. Refer to my previous posts here: Azure DevOps Users and Groups Report in Excel Azure DevOps basic User and License Audit In this post, we…
Tag: ADO
Create Azure DevOps User Story using Powershell
In my previous post I talked about creating Azure DevOps(ADO) Task from ITSM Incident. I am going to talk about another use case today. We will create ADO User Story work item from ITSM Change Management Ticket. As mentioned in my previous post, Engineering team is using ADO to track their activities, where as rest…
Create Azure DevOps Task using Powershell
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…