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

Sample Cartridge Subscription Definition

 The configuration included in the subscribe-cartridge.json file is as follows:

{
    "cartridgeType": "<TYPE>",
    "alias": "<ALIAS>",
    "repoURL": "<GIT_REPO_URL>",
    "privateRepo": "true",
    "repoUsername": "my_username",
    "repoPassword": "my_password",
    "commitsEnabled": "true",
    "autoscalePolicy": "<POLICY_NAME>",
    "deploymentPolicy": "<POLICY_NAME>"
} 

Parameter definitions

ParameterDescriptionRequiredDefault valueExample Value
cartridgeType
This determines the type of the cartridge that you wish to subscribe to.YesN/Aphp
alias
This determines the alias name of the cartridge that you wish to subscribe to.YesN/Atestphp1111
repoURL
This determines the URL of the Git repository.YesN/Ahttps://github.com/testuser/testphp.git
privateRepo
This determines whether the Git repository is a private or public repository. If the value assigned to this field is "true", then it will indicate that the repository is a private repository.Yesfalsetrue
repoUsername
If you have defined a private Git repository, then the username used to access the repository needs to be entered.NoN/Atest_user@test.com
repoPassword
If you have defined a private Git repository, then the password used to access the repository needs to be entered.NoNotest_password
commitsEnabled This determines whether commits are allowed in the Git repo of the cartridge. This is an optional features and is only applicable to single tenant framework cartridges at subscription.Notruetrue
autoscalePolicy
This determines the autoscaling policy that will be used by the cartridge.YesN/AeconomyPolicy
deploymentPolicy
This determines the deployment policy that will be used by the cartridge.YesN/Atest-openstack
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.