I would like to give Links out to edit confluence page, not only to view. So there woule be two options: Link: editable, Link only view!
How can I do it?
A link to a Confluence page is built like that:
<your-server-url>/display/<space-key>/<page-name>
If the page name contains special characters, the link looks like that:
<your-server-url>/pages/viewpage.action?pageID=<page-id>
A link for editing is always built with the page-id like that:
<your-server-url>/pages/editpage.action?pageID=<page-id>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.