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

Add a "check for duplicate" field in the notification config #3384

Closed
@tevoinea

Description

@tevoinea

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:

{
    // 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"
    }
}

Also, don't forget to update the docs!

AB#163793

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions