Jira 自動化で Confluence を使用する
You can set up automation flows to automatically create Confluence pages using the Create Confluence page action.
はじめる前に
Jira スペースの自動化を管理するには、次のような適切なスペース権限が必要です。
Company-managed spaces: You’ll need the Administer space and Browse space permissions for your space. Learn more about permissions for company-managed spaces
Team-managed spaces: You’ll need Administrator app access for your space. Learn more about permissions for team-managed spaces
To manage global automations, you’ll need the Administer Jira permission. Learn more about global permissions in Jira Cloud.
Integrate your automation flow with Confluence Cloud
Go to Automation and select Create flow.
Select a trigger for your flow.
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 flow to create pages in Confluence spaces where you have permission to add pages.
スマート値で作成したページ情報にアクセスする
{createdPage}
Returns information related to the Confluence page that was created. If a flow or branch contains multiple Create Confluence page actions, {{createdPage}} will return details for the most recently created page.
{{createdPage.title}}- 作成されたページの名前を返します。{{createdPage.url}}- 作成されたページの URL を返します。
{createdPages}
Returns information related to all Confluence pages created, in a list. Useful when a flow or branch contains multiple Create Confluence page actions.
{{createdPages.title}}- 作成されたすべてのページの名前を返します。{{createdPages.url}}- 作成されたすべてのページの URL を返します。
この内容はお役に立ちましたか?