Questions tagged [tfs-events]
5 questions
3
votes
3 answers
How can I get a reference to the TFS WorkItem in a WorkItemChangedEvent?
Seems like this would be super simple, but I'm struggling to find what I need.
I'm implementing a TFS 2013 event handler and simply want to get a reference to the Work Item that raised the change event. It seems easy enough to get the title, but I…

JohnFx
- 34,542
- 18
- 104
- 162
2
votes
1 answer
Is it possible to stop build in TFS automatically?
I'd like to be able to stop build for some build definitions programmatically.
First I thought about creating some event handler (soap service or TFS plugin) to solve this issue. But unfortunatelly it seems like there isn't appropriate event in TFS…

Elena
- 266
- 3
- 12
1
vote
1 answer
How to get ServiceStack to receive SOAP requests?
I am trying to use TFS build notifications to alert an endpoint in my ServiceStack service. TFS uses SOAP and I have little or no experience with SOAP.
Whenever TFS hits the endpoint, all the properties are null in my Request DTO.
My code is as…

gregpakes
- 4,465
- 29
- 43
0
votes
0 answers
Trigger tool window vsix extension on tfs check-in event
I want to load a tool window extension when we click check in button in team explorer window. Can anyone suggest how can we achieve this?
0
votes
1 answer
Unable to break impersonation in Team Foundation Server 2010 Web Access
I'm attempting to use the TFS event subscription service to dynamically create subscriptions through the web interface. The subscriptions are going to an intermediate account. For our purposes, we'll call the two accounts "non-admin user" and…

Daniel Mann
- 57,011
- 13
- 100
- 120