Can you build a confluence cloud URL to a page without usage of a page id? I have done this using the confluence server version .. as sometimes (via the REST API) I need to include a link to a page that does not yet exist.
The current format I see is:
<account>.atlassian.net/wiki/spaces/<space key>/pages/<page_id>/<page title>
I have seen some suggestions on this topic but none seem to work.
Hi Robert,
Generally you can create an undefined page link in the editor by typing: [<title>]()
This generates a URL of the form
<account>.atlassian.net/wiki/pages/createpage.action?spaceKey=<space key>&title=<title>&fromPageId=<parent page>&linkCreation=true
which should be usable outside the editor as well to link to an undefined page.
An alternative could be using Display URL:
https://1ncegmbh.atlassian.net/wiki/display/<space>/<pageTitle>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Andrew,
I did a quick manual check and it does work! (thank you)
Is your pearl of wisdom documented anywhere?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.