How to create a TFS alert for changes to the items' Stack Rank field
问题 How can I create an alert when any team member makes changes to the Stack Rank field (only) of any work item in TFS? 回答1: You can add a alter filter in a work item team alter just including Stack Rank changes Sample: Update You can also try to use TFS API to achieve this. Below code shows how to query workitems whether a field (ex. System.AssignedTo field) is changed on a given day. For stank rank, FieldName= "Microsoft.VSTS.Common.StackRank" void Main() { const String CollectionAddress =