Jira 自動化で Jira Edge Connector (JEC) を使用する
はじめる前に
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
Team automation: You’ll need Admin role in operations to access team automation. Learn more about member roles in operations
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 と統合して、自動化でスクリプトを実行する
Go to Automation and select Create flow.
Select the Run script using Jira Edge Connector action for your flow.
Select Connect to create a connection with Jira Edge Connector. Connections allow your automation flows to make changes in other tools and products.
API キーに一意の名前を入力して、[API キーを作成] を選択します。
Copy the API key you created and add it in the
apiKeyfield in your Jira Edge Connector configuration file. Read more about configuring JEC.実行するオンプレミス スクリプトにマッピングされているアクションの名前を入力します。これは JEC 設定ファイルの "
actionMappings → mappedAction" フィールドにあります。オンプレミス システムに送信される JSON メッセージに含めたいキーと値のペアを追加します。Jira はキーと値のペアを検証しないため、ご自身で必ずご確認ください。
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 スマート値を使用します。
この内容はお役に立ちましたか?