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

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top