This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Description
ADO orgs can use custom fields to track when a work item is marked as duplicate. We should add a new property in our notification config where users can specify a set of fields and values which indicate a work item has been marked as duplicate. These keys/values may be specific to a user's ADO org.
Example:
Also, don't forget to update the docs!
AB#163793
{ // If any of the key/value pairs match, the work item will be considered as 'marked as duplicate' "ado_duplicate_fields": { // Example for a default ADO org "System.Reason": "Duplicate", "Microsoft.VSTS.Common.ResolvedReason": "Duplicate", "My.Super.Custom.Field": "MySuperCustomValue" } }