How do I subscribe to WorkItem state changes in TFS?

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.

+4
source share
3

. tfs, ISubscriber WorkitemChangedEvent:

http://www.almguide.com/2011/12/tfs-server-side-event-handlers/

API, wcf, workitem. , .

:

http://tfswiwatcher.codeplex.com

2010 , 2012 2013 .

+6

BisSubsribe . , TFS.

+2

TFS has the ability to customize email notifications. Check this MSDN page for reference.

+1
source

Source: https://habr.com/ru/post/1529748/


All Articles