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…
Tag: ITSM
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…
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…
Service Now Change Management using Powershell
In previous post, I talked about Service Now Incident management using Powershell. In this blog, I am going to talk about Change management using Powershell with an example. Again, the scenario remains the same, still trying to automate a lot of stuff and this time leveraging Service Now Change management. In one of my previous…
Service Now Incident Management using Powershell
IT Incident Management using Service Now tool is very common in most organizations now-a-days. Service Now is one of leading ITSM tool available in market. Few months back, I was tasked with automating some of our Service administration process.While automating server process of server administration, I started exploring options to automate Incident management using Powershell….