-
Bug
-
Resolution: Unresolved
-
Low
-
2
-
Minor
-
1
-
-
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
- mentioned in
-
Page Loading...