|
It is allowed to subscribe to events using the following syntax: ".\\USER". The subscriptions are stored successfully in the tbl_subscription in the TfsIntegration database. In the subscriber column, the SSID is stored, not the username. This is working as expected.
The bug is related to EventSubscriptions method on the TFS EventService. If I try to query using the same username as I initially subscribed with (.\\USER), I get an empty array returned.
If I on the other hand, change the username to "MACHINE\USER", it returns the subscriptions as expected.
Should I report this issue through the proper feedback (Microsoft Connect I presume) or is this forum post enough?
Regards, Sondre |