Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Include a page from a remote Confluence server.  This uses the Atlassian Command Line Interfaces (CLI) to get data from a remote server. 

Warning
titleExperimental

Advanced user only. Need feedback on use cases and requirements.

You need to know the data that you are dealing with to ensure the rendering works in a desirable way. Source from a different system will render differently! Rendering remotely ( render=true ) may not work as expected either as things like links may not work on the local system.


Tip
titleConsider using cache macro

Getting data from a remote site can be expensive. Consider using the CACHE to improve display performance and reduce server load.

...

 
ParameterDefaultMacro Browser LabelDescription
page required Page to includeLocation of remote page. Must be space qualified: spacespacekey:page nameprofile 
renderfalseRender on remote serverNormally, the page source is retrieved from the remote system. Set to true to render the content on the remote system.
profile
Profile

Pre-configured profile defined by administrator used to provide some other parameters. This parameter may be restricted for security reasons.

server 
CLI server CLI server equivalent to specifying the --server parameter on the CLI.
user 
 CLI userCLI user equivalent to specifying --user parameter on the CLI.
password 
CLI password CLI password equivalent to specifying --password on the CLI.renderfalse Normally, the page source is retrieved from the remote system. Set to true to render the content on the remote system.

Example

No Format
{include-remote:MySpace:Home|profile=confluence|render=true}

...