문제

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