Skip to content

Add External ID to MigrationReference #11

@nkooman-bzs

Description

@nkooman-bzs

Motivation

Why is this feature required? What problems does it solve?

When importing from a 3rd-party system I want to be able to reference linked items and assets by external ID explicitly.

Proposed solution

Expand the MigrationReference type to accept a discriminated union of { readonly codename: T; } | { readonly external_id: T; }.
Update content item and asset importers to handle external IDs.

Additional context

N/A

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions