Confluence で Jira Automation を使用する
「Confluence ページを作成」アクションによって、Confluence ページを自動で作成する自動化ルールをセットアップできます。
はじめる前に
プロジェクトの自動化を管理するには、次のような適切なプロジェクト権限が必要です。
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.
自動化ルールを Confluence Cloud と統合する
Go to Automation and select Create rule.
ルールのトリガーを選択します。
Select the Create Confluence page action. This will prompt you to connect Confluence to Atlassian Automation. Learn more about connections
ページを追加する権限がある Confluence スペースでのみ、ページを作成するルールを設定できることにご注意ください。
スマート値で作成したページ情報にアクセスする
{createdPage}
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}}
- 作成されたページの名前を返します。{{createdPage.url}}
- 作成されたページの URL を返します。
{createdPages}
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}}
- 作成されたすべてのページの名前を返します。{{createdPages.url}}
- 作成されたすべてのページの URL を返します。
この内容はお役に立ちましたか?