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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.