-
Bug
-
Resolution: Fixed
-
Low
-
None
-
1
-
Minor
-
Issue Summary
Automation for Confluence
The smart value to get Blog Posts URL (blogpost.url) is not generating the correct link for Blog Posts 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 Blog Posts URL (blogpost.url)
Example: Send email
Expected Results
The smart value to get Blog Posts URL (blogpost.url) should be converted correctly in this format for blog post:
https://CUSTOM.SITE-NAME.COM/wiki/spaces/SPACE-KEY/blog/2025/01/02/BLOG-ID/
Actual Results
The smart value to get Blog Posts URL (blogpost.url) isn't getting converted correctly in the appropriate format for blog post. Instead, it is getting converted into this format:
https://CUSTOM.SITE-NAME.COM/spaces/SPACE-KEY/blog/<ID>
Workaround
The
https://CUSTOM.SITE-NAME.COM/wiki/spaces/SPACE-KEY/blog/<ID>
URL should work properly as long as it contains the /wiki/ component.