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

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

Jira 自動化で Jira Edge Connector (JEC) を使用する

 

はじめる前に

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

To manage global automations, you’ll need the Administer Jira permission. Learn more about global permissions in Jira Cloud.

このアクションは、Jira Service Management の Premium と Enterprise の各プランでのみ利用できます。

Jira Edge Connector と統合して、自動化でスクリプトを実行する

  1. Go to Automation and select Create flow.

  2. Select the Run script using Jira Edge Connector action for your flow.

  3. Select Connect to create a connection with Jira Edge Connector. Connections allow your automation flows to make changes in other tools and products.

  4. API キーに一意の名前を入力して、[API キーを作成] を選択します。

  5. Copy the API key you created and add it in the apiKey field in your Jira Edge Connector configuration file. Read more about configuring JEC.

  6. 実行するオンプレミス スクリプトにマッピングされているアクションの名前を入力します。これは JEC 設定ファイルの "actionMappings → mappedAction" フィールドにあります。

  7. オンプレミス システムに送信される JSON メッセージに含めたいキーと値のペアを追加します。Jira はキーと値のペアを検証しないため、ご自身で必ずご確認ください。

  8. Save your flow.

You can use the same API key across multiple flows. However, removing your API key will cause all automation flows using the API key to stop working.

このアクションは、応答待ちをサポートします (Enterprise プランのみ)

When enabled, the flow will resume only if JEC returns a success response within 15 minutes. Else, the flow will fail.

You can choose to resume the flow even on failure response, which means even if JEC doesn’t return a success response within 15 minutes, the flow will resume anyway.

JEC からペイロードにアクセスするには、jecAction.output スマート値を使用します。

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

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