Skip to content

Report properties in ignoreUnmappedSourceProperties that actually do get mapped #3837

Description

@gnuemacscoin

It would be nice if we could have mappings that are more resistant to changes in the target object. There's no way to flat-out exclude source properties from mapping, the closest approximation would be unmappedSourcePolicy = WARN in combination with ignoreUnmappedSourceProperties. However, it's not robust, as you won't get notified if a property in ignoreUnmappedSourceProperties suddenly starts getting mapped, because a matching field was added in the target object. It would make sense if there was a warning or error, possibly depending on unmappedSourcePolicy.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions