-
Type:
Bug
-
Resolution: Fixed
-
Priority:
High
-
Component/s: Confluence Automation
-
Minor
-
Warranty
Issue Summary
The smart value page.url returns the page URL format incorrectly
Steps to Reproduce
- Create or edit an automation rule in Confluence Cloud;
- Add a "Page branch", for example "Last updated more than 12 months ago"
- Add an action, for example the "Send email", to use the page.url smart value
- Trigger the automation rule
Expected Results
The smart value page.url returns the page URL format correctly, for example:
https://SITE-NAME.atlassian.net/wiki/spaces/SPACE-KEY/pages/CONTENT-ID
Actual Results
The smart value page.url returns the page URL format incorrectly, for example:
https://SITE-NAME.atlassian.net/spaces/SPACE-KEY/pages/CONTENT-ID
Note the "/wiki" is missing after the site name.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available.
**It might be possible to use the below workaround to print the page URL
https://wiki.confluence.example.com/wiki/spaces/{{space.key}}/pages/{{page.id}}
- is related to
-
CONFCLOUD-82707 Automation for Confluence: {{page.url}} is not generating the correct link for Pages when there's an active custom domain
-
- Long Term Backlog
-
-
CONFCLOUD-80588 Smart value {{page.url}} is not correct when site is using a custom domain
-
- Short Term Backlog
-