Omar
Omar

Reputation: 33

Alert when TFS team query results change

Is it possible to create a TFS alert that notifies the user when the results of a certain query has changed?!

Example:

I would like a notification telling me that the results of the query has changed (also referring to the work item that has changed)

The other way around should be also valid, that a work item was modified to fulfill the query (query results should be 11).

Upvotes: 3

Views: 833

Answers (2)

alex
alex

Reputation: 12654

You can try CatLight status notifier. It will show a notification on the desktop new work item matches the query or when this work item changes.

CatLight Work item Query changed alert

In addition, if you miss that notification, you can always see what changed on the dashboard:

CatLight work item changes on the dashboard

The app currently will not notify you when work item stops matching the query, but you can create an inverse query to catch such changes.

Upvotes: 1

There is no way to do this directly.

You may want to try creating a Notification, but you are going to struggle if your query is complicated.

https://[youraccount].visualstudio.com/_notifications

Upvotes: 1

Related Questions