How can I subscribe the changes of Work Items
Hi, all
I want to subscribe some changes about Work Item for a specific project in TFS. Is there any API can do this? If I just concern about just one field of Work Item, is it possible to subscribe this kind of change? And how? thanks.
Hi,
We have good apis for subscribing to events and we support specifying expresses with many fields. Check out "Spec - Team Foundation Eventing Service.doc" in extensiblity kit for details on the APIs.
You can also create basic workitem subscription using UI. Go to Team menu and click on "project alerts" to view predefinied alerts. You can create customized subscriptions using the APIs.
Naren