Description
Link to a page of this page's name in a specific space.
Detailed Description
When versioning a page (like we do with Confluence documentation), it's nice to link to <this page name> in <that other space>.
Installation
To install the macro:
- go to Administration -> User Macros
- create a new user macro called doclink
- Enter the following in the Template field:
#set($pagetitle=$content.getTitle()) [$paramalias|$paramspace:$pagetitle]
Usage
{doclink:alias=alias|space=DOC}
