0
votes

I am working with TFS 2018. I have a project in which I have some backlog Items. In my board I have the states: Proposed, Active, Resolved and closed.

enter image description here

I want to be able to run a script after an Item moves from the Active State to Resolved state.

Can you help me with this? How can I achieve that?

PS: I'd like to create new branches automatically and build pipelines and Also move a work Item to a given state and delete that branch afterwards? This is what I am looking for.

1

1 Answers

0
votes

TFS does not support any internal triggers or automation script. But you may write your own based on Web Hooks. There is additional server plugins like TFS Aggregator.