Merge new content added between spaces

I have a project with 3 space branches (staging, develop, production), and I’d like to be able to merge new content-entries that people add to the develop branch

For example

If a developer create new entries in develop, then I’d like to merge between staging and when it’s time to master. I am not sure if export/import works just to merge a few entries.

1 Like

If you’d prefer the replication process to be automatic, you could create some kind of daemon that is called via a webhook and copies the entry from space/environment to another via the Management API.

However, if you’d prefer the replication process to be initialized manually, you can use the App Framework to add a button to the editing interface to initialize the replication.

2 Likes