Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add External ID to MigrationReference #11

Open
nkooman-bzs opened this issue Sep 30, 2024 · 1 comment
Open

Add External ID to MigrationReference #11

nkooman-bzs opened this issue Sep 30, 2024 · 1 comment
Assignees
Labels

Comments

@nkooman-bzs
Copy link
Contributor

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

@Enngage Enngage self-assigned this Oct 3, 2024
@Enngage
Copy link
Member

Enngage commented Jan 2, 2025

We'll explore this functionality in upcoming quarter to see if it's something we want to implement here ;)

@Enngage Enngage added the on hold label Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants