Hi, I am working (or trying to work) with automation for confluence.
I need a list of smart values for confluence.
In addition, I need specific smart values for:
- Page URL
- Page creator name
I have tried:
{{page.url}}, {{url}}, {{content.url}}
{{content.author.name}}
{{page.author.name}}
{{author.name}}
URL is {{page.url}}
Page creator {{page.owner.fullname}}.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you are talking about Jira automation and the creation of pages, then this is the page for you:
https://support.atlassian.com/cloud-automation/docs/use-jira-automation-with-confluence/
{{createdPages.title}} - returns the names of all pages created.
{{createdPages.url}} - returns the URLs of all pages created.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.