Goksel
Goksel

Reputation: 237

TFS 2012 Automatic workitem State Change

I defined new work item with tfs power tools on tfs 2012 server.

new work item name is cab. states: new, active, deployed, closed.

I linked (releated) two User Story to cab work item.

I want to automatic state change(closed) which linked user story when cab work item state changed(deployed)

how to? c# coding? tfs event service? workflow action? or any way?

I don't found article for this requrement

Upvotes: 1

Views: 634

Answers (1)

Giulio Vian
Giulio Vian

Reputation: 8353

You cannot do this with pure WorkItem workflow. I would use a Server plugin to trigger event. See this design. Only downside is that you have to remeber adding and configuring this plugin on every AT node and after upgrade/migration of TFS.

Upvotes: 2

Related Questions