Trigger email alerts in TFS 2015 on Test Case outcome analysis owner assignment

43 Views Asked by At

I had a user ask there was a special rule or filed for email alerts to trigger when test case results analysis owner is assigned. Or is that just a simple trigger on work item being assigned?

1

There are 1 best solutions below

0
PatrickLu-MSFT On

For TFS alter, we could not select the specific field in work item as a filter.

Take a look at the official tutorial-- Set alerts, get notified when changes occur

Test case is a kind of work item. As a workaround, you could simply select work item change alter template to achieve this, select test case.

If you want to dig into specific field of work item to trigger a custom alert, you could try to use the extension--TFS Aggregator mentioned by jessehouwing in the comment.