-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Confluence Automation
-
None
-
5
-
Minor
-
5
Issue Summary
- Smart value "page.url" can be used in Confluence automation
- custom domains can be configured to provide a custom URL to access Confluence sites. For https://example wiki.confluence.example.com/wiki can be configured for site https://example.atlassian.net/wiki
- When the above smart value is used in Confluence automation its printing wrong URL as https://wiki.confluence.example.com/spaces/EXCEL/pages/281739275 rather than https://wiki.confluence.example.com/wiki/spaces/EXCEL/pages/281739275
This is reproducible on Data Center: NA
Steps to Reproduce
Prerequisite:
- Confluence automation rule that generates the value using smart value "page.url"
- A site with custom URL configured for Confluence Cloud.
- Create an automation rule
- "When Page published"
- If user condition, the user who triggered the user event is -> Your name
- Then send email to email address with body "page.url"
- Create a page to trigger the above automation rule
- Check the link thats sent in the email.

Expected Results
The link in email should be https://wiki.confluence.example.com/wiki/spaces/EXCEL/pages/281739275
Actual Results
The link in the email is
https://wiki.confluence.example.com/spaces/EXCEL/pages/281739275

Workaround
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
-
- relates to
-
CONFCLOUD-83081 The smart value {{page.url}} returns the page url format incorrectly
-
- Closed
-
- mentioned in
-
Page Loading...