Home > Mobile >  Create Delivery Plan styling rules using Azure Devops REST Apis
Create Delivery Plan styling rules using Azure Devops REST Apis

Time:09-08

I am trying to create Delivery plan in the Azure Devops project using Azure Devops REST Apis. I have used following method to create the same.

enter image description here

Just get the plan id and the response from the Create API and then use them in the Update API, this is the only way.

  • Related