Greg
Greg

Reputation: 4035

How to update work item state after a release

We have multiple release pipelines (Dev, QA, etc.). After a given release, we want to update the State for each work item associated with the release. I understand that can cause problems if we manually re-release, or re-build. I see third party marketplace extensions that could do it, but is there a way to do it from something built into DevOps pipelines?

Upvotes: 0

Views: 2405

Answers (1)

Josh Gust
Josh Gust

Reputation: 4445

I've tried every out-of-the-box feature I can find to accomplish this and found my way blocked.

It seems the options are: use the extensions others have written, write your own, or dive into the REST API.

We are currently using the WorkItem Updater extension for production stages.

Upvotes: 4

Related Questions