-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Confluence Automation
-
2
-
Minor
-
5
-
Warranty
Issue Summary
Automation for Confluence
The smart value to get page URL page.url is not generating the correct link for pages when there's an active custom domain.
Steps to Reproduce
- Add a custom domain for your Confluence Cloud instance (available to Premium subscriptions) and make sure it is under the Active status
- Create an Automation rule that contains the smart value to get pag URL (blogpost.url)
Example: log action to record the url values

Expected Results
The smart value to get Page URL (page.url) should be converted correctly in this format :
https://CUSTOM.SITE-NAME.COM/wiki/spaces/SPACE-KEY/pages/pageID
Actual Results
The smart value isn't getting converted correctly in the appropriate format for page. Instead, it is getting converted into this format:
https://CUSTOM.SITE-NAME.COM/spaces/SPACE-KEY/pages/pageID
Workaround
The URL should work properly as long as it contains the /wiki/ component.
https://CUSTOM.SITE-NAME.COM/wiki/spaces/SPACE-KEY/pages/pageID
- relates to
-
CONFCLOUD-83081 The smart value {{page.url}} returns the page url format incorrectly
-
- Closed
-
-
CONFCLOUD-80588 Smart value {{page.url}} is not correct when site is using a custom domain
-
- Short Term Backlog
-
- mentioned in
-
Page Loading...