Automation basics
Understand the general concepts and best practices of automation in Atlassian cloud products.
You can set up automation rules to automatically create Confluence pages using the Create Confluence page action.
To manage project automations, you must have the appropriate project permissions:
Company-managed projects: You’ll need the Administer projects and Browse projects permissions for your project. Learn more about permissions for company-managed projects
Team-managed projects: You’ll need Administrator access for your project. Learn more about permissions for team-managed projects
To manage global automations, you’ll need the Administer Jira permission. Learn more about global permissions in Jira Cloud.
Go to Automation and select Create rule.
Select a trigger for your rule.
Select the Create Confluence page action. This will prompt you to connect Confluence to Atlassian Automation. Learn more about connections
Note that you’ll only be able to configure your rule to create pages in Confluence spaces where you have permission to add pages.
Returns information related to the Confluence page that was created. If a rule or branch contains multiple Create Confluence page actions, {{createdPage}} will return details for the most recently created page.
{{createdPage.title}} - returns the name of the page created.
{{createdPage.url}} - returns the URL of the page created.
Returns information related to all Confluence pages created, in a list. Useful when a rule or branch contains multiple Create Confluence page actions.
{{createdPages.title}} - returns the names of all pages created.
{{createdPages.url}} - returns the URLs of all pages created.
Was this helpful?