Search code examples
azure-devopstfsazure-pipelinesazure-devops-rest-apiworkitem

Automatically change work item status when release is successful in Azure Devops


How to setup linked work items to change status automatically when Release is done.

For example, the state is in DEV and code is deployed with release pipeline to QA branch. I want my work item to change status automatically if the release pipeline is successful.


Solution

  • Add "WorkItem Updater" Extention to your ADO Account. Then add it either in Build/Release Pipeline and set the Status as per your requirement. And better add a value for "WorkItem source" as "WorkItems linked to the Build/Release", then make sure while raising a Pull request, the required Workitem should be tagged along with the Pull request, then only the Task will get Identified the source Workitem then it will change the Status of the User story.

    Extension Link & Guide: https://marketplace.visualstudio.com/items?itemName=BlueBasher.bluebasher-workitemupdater