自動化ルールとコンポーネントの新しい用語

自動化の「ルール」は「フロー」に、「コンポーネント」は「ステップ」になりました。この変更を行っている間、ドキュメントの一部に用語の不一致が発生する場合があります。自動化に関する最新情報の詳細をご確認ください。

Jira 自動化で Confluence を使用する

You can set up automation flows to automatically create Confluence pages using the Create Confluence page action.

はじめる前に

Jira スペースの自動化を管理するには、次のような適切なスペース権限が必要です。

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

  1. Go to Automation and select Create flow.

  2. Select a trigger for your flow.

  3. 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 を返します。

さらにヘルプが必要ですか?

アトラシアン コミュニティをご利用ください。