-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add userName filter to WorkItem* events #26
Comments
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? |
@kria So I missed the Upon testing this, the user I want to filter is not part of the TFS team ("MyProject Team"). I added |
I'm afraid to ask this late, but did you ever get this working @seankearney? |
@kria I was unable to get this working as expected. |
It would be great to have a filter on specific users on any
WorkItem*
events.Use case - 100 work items were included in the most recent build. When the build completes all 100 work items are updated and commented on. I want to filter those notifications out.
The text was updated successfully, but these errors were encountered: