Verify incoming webhook trigger in Automation Rule - Jira Cloud

プラットフォームの注記: Cloud のみ - This article only applies to Atlassian apps on the クラウド プラットフォーム上のアトラシアン製品にのみ適用されます。

要約

この記事では、自動化ルールの受信 Webhook トリガーが正しく機能しているかどうかを確認する方法について説明します。

ソリューション

You can quickly check if the Automation rule is triggered by sending a POST request using tools like cURL or Postman. To check with any of the methods use the following steps:

  1. 自動化ルールに移動し、ルールビルダーで開きます。

  2. Select the incoming webhook trigger.

  3. Webhook URL とそのシークレットをコピーします。

cURL を使用した確認

curl -X POST -H 'Content-type: application/json' -H 'X-Automation-Webhook-Token: <Add you secret here>' \ <Insert_webhook_URL>
  1. Run the cURL command in your terminal

  2. You'll see a null response, indicating the command was received

  3. Check the automation audit log to see if the rule has run.

POSTMAN を使用した確認

POSTMAN で新しいリクエスト タブを開き、次の手順に従います。

  1. Change the request type to POST.

  2. Paste the Webhook URL in the URL section, as you can see in the screenshot below.

    Postman を使用して Webhook にリクエストを送信
  3. Add the X-Automation-Webhook-Token header with your secret value.

  4. Select Send.

  5. Verify that the POST request was successful: check for a 200 response code in the Status.

  6. Check the automation audit log to make sure the rule has run successfully.

Trigger the rule using any method above to confirm the Incoming Webhook component works as expected.

Check the source application that sends the webhook event

  • アプリから実際に Webhook URL にリクエストが送信されているかどうかを確認します。

  • Note what response code was returned to the source application when attempting to push to the webhook URL.

更新日時: September 25, 2025

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

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