Kristian Adrup

Results 10 comments of Kristian Adrup

You could add that user to a new team and then use the teamName filter to throw away work item events from that team. Would that work?

I'm afraid to ask this late, but did you ever get this working @seankearney?

Does this exception happen for all pushes or are some push notifications relayed properly?

Is TfsNotificationRelay working for you for any other events, or have you never gotten it to work at all? It would help if you e-mailed me your (censored) `DevCore.TfsNotificationRelay.dll.config`. Btw...

Go for it @dukesta3! Basically you start with the `master` branch which holds the 2017.2 codebase. You then replace all the dll:s in `lib\` with the corresponding files from `Application...

I added a new branch `tfs2018`, that you can merge into. Thanks!

This showed up before update 3. They started sending both a vote event and a comment event when voting. So you'll first get: > kria approved the changes in pull...

What do you want do with them? To display those fields in a notification, you should be able to add them to `wiCreatedDisplayFields` (displayed during `WorkItemCreated`) or `wiChangedDisplayFields` (displayed during...

Like I said, `workItemfields` doesn't determine what is displayed, it's those other two settings that are of interest to you. I tried it and the way it's coded, it only...

Thanks! I'll take a look at it.