Outgoing Links
Description
Notes about migration
Some legacy Macro parameters from Confluence Server are not supported yet. More details at our FAQ page.
Server users migrating to the cloud will not lose any data.
Some server-version parameters are currently unsupported and are ignored by the macro, but all server data will be retained. These functions will automatically work when the function is available in the future.
Creates a list of pages, websites and email addresses the current page links to. This macro is mainly used for internal pages, and for reporting and auditing purposes.
Default content may be included as the body to be shown if no links exist.
The link has a character limit of 255 characters. If the link is too long, it will be trimmed down and cause a broken link. This may affect links that were created prior to Linking 4.0.5.
Parameters
Name | Required | Migratable to Cloud? | Default Value | Description |
---|---|---|---|---|
Page |
|
| The page to search on. | |
Spaces |
|
| No default value | The key spaces from which linked pages must come from. Spaces should be comma-separated. Will only list linking pages in the specified spaces. These special values are also supported:
|
Display Mode |
|
| list | The mode in which the links are displayed; either in list or flat mode. |
Separator |
|
| comma | The style of the separator, if Display Mode is set to flat. May be one of the following:
|
Bullet Style |
|
| The style of the bullet points, if Display Mode is set to list:
| |
Maximum Results |
|
| The maximum number of results to display. | |
Display Excerpt |
|
| false | If enabled (true), displays the page excerpt next to the link. |
Content Types |
|
| Will only list linking pages of the specified types. Types should be comma-separated. Valid types include:
| |
Scope |
|
| Allows the possible pages to be restricted to a specific page parent/child scope. More than one filter may be applied. e.g:
| |
Labels |
|
| No default value | The list of labels the page may or may not have attached. Specify + for required, or - for excluded. You can prefix + to make the label required, or prefix - to exclude it. Eg :
More examples are shown in the table below. |
Editor View
N/A
Macro Edit View
N/A
Notes
labels=local,international | will match content that has either the "local" or "international" label |
---|---|
labels=local,-international | will match content that has "local" label as long as it does not also have the "international" label. |
labels=local,+international | will match content that has both the "local" and "international" labels, or only has the "international" label. It will not match content which has the "local" label alone. |
labels=+local,+international | will only match content that has both the "local" and "international" labels. |