Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 507
ejakub Avatar asked Sep 06 '25 00:09

ejakub


1 Answers

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

like image 79
niranjan reddy Avatar answered Sep 09 '25 05:09

niranjan reddy