...
These configuration options allow you to tailor the macro to your specific requirements, ensuring a seamless and efficient page cloning process.
Finding the ID of a Confluence Cloud Page
To configure certain features or macros within Confluence, you may need to locate the ID of a specific page. Here's how you can find the page ID:
Navigate to the Page:
Open your Confluence Cloud instance and navigate to the page for which you need the ID.
Locate the URL:
Once on the desired page, look at the URL in your browser’s address bar. The URL typically follows this format:
https://<your-domain>.atlassian.net/wiki/spaces/<space-key>/pages/<page-id>/<page-title>
.
Identify the Page ID:
The page ID is the numerical value located in the URL, immediately following
/pages/
. For example, in the URLhttps://example.atlassian.net/wiki/spaces/PROJ/pages/123456789/Page+Title
, the page ID is123456789
.
Example:
URL:
https://example.atlassian.net/wiki/spaces/PROJ/pages/123456789/Page+Title
Page ID:
123456789
By following these steps, you can easily identify and copy the page ID needed for configuring macros or other features within Confluence.