Good afternoon!
I want to know how to subscribe to WorkItem state changes on TFS 2010 \ 2013?
Should I use WCF?
Please tell us the way.
Thank.
PS I need to access workfem tfs changes through C #: when workitem changed - I want to get some notification and perform some operations using C #
For example: I have a console program that has all the work items. But this happens with the help of the launch scheduler. I want to subscribe to my program at some event, for example onWorkItemChanged: when some kind of user task program changed this and did some work.
source
share