com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links' is unknown.

Moving and Copying a Resource



Moving a resource

If a resource needs to be moved, the following code can be used:

registry.move("c1/c2/r3", "c1/c2/r4");

Copying a resource

If a resource needs to be copied, the following code can be used:

registry.copy("c1/c2/r3", "c1/c2/r4");

Managing Entries or Content - For more information on moving and copying a resource via the Management Console.

 

com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.